'Declaration Public Event AutoReplace As AutoReplaceEventHandler
public event AutoReplaceEventHandler AutoReplace
Event Data
The event handler receives an argument of type AutoReplaceEventArgs containing data related to this event. The following AutoReplaceEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets whether to skip this replacement. |
Control | Gets a reference to the control where the replacement will take place. |
Found | Gets the string that is about to be replaced. |
Replace | Gets or sets the string that contains the replacement text. |
Remarks
C1SpellChecker automatically replaces text as the user types based on the list of words specified by the AutoReplaceList property.
See Also