Delegate HyperTextEvent
Represents a method that will handle the TextEditor.CheckHyperText
, TextSource.CheckHyperText
or HyperTextEx.CheckHyperText
events.
public delegate void HyperTextEvent(object sender, HyperTextEventArgs e)
Parameters
sender
objectThe source of the event.
e
HyperTextEventArgsA
HyperTextEventArgs
that contains the event data.