[]
Represents the method that will handle the AutoReplace event.
public delegate void AutoReplaceEventHandler(object sender, AutoReplaceEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | C1SpellChecker that fired the event. |
AutoReplaceEventArgs | e | AutoReplaceEventArgs that contains the event data. |
Name | Description |
---|---|
AutoReplaceEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, AutoReplaceEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, AutoReplaceEventArgs) |