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