Delegate AutoCorrectEvent
Represents a method that will handle the SyntaxEdit.AutoCorrect event.
public delegate void AutoCorrectEvent(object sender, AutoCorrectEventArgs e)
Parameters
senderobjectThe source of the event.
eAutoCorrectEventArgsA
AutoCorrectEventArgsthat contains the event data.