Delegate ParseTextEvent
Represents a method that will handle the ILexer.Parse event.
public delegate void ParseTextEvent(object sender, ParseTextEventArgs e)
Parameters
senderobjectThe source of the event.
eParseTextEventArgsThe
ParseTextEventArgsthat contains the event data.