Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / MisspelledWordEventHandler Event
In This Topic
MisspelledWordEventHandler Event
In This Topic
Misspelled word event handler delegate.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub MisspelledWordEventHandler( _
   ByVal sender As Object, _
   ByVal word As MisspelledWord _
) 

Parameters

sender
word
See Also