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