Delegate NotifyEvent
Represents a method that will handle the SyntaxEdit.SourceStateChanged event.
public delegate void NotifyEvent(object sender, NotifyEventArgs e)
Parameters
senderobjectThe source of the event.
eNotifyEventArgsA
NotifyEventArgsthat contains the event data.