Delegate HyperTextEvent
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
Represents a method that will handle the SyntaxEdit.CheckHyperText, TextSource.CheckHyperText or HyperTextEx.CheckHyperText events.
public delegate void HyperTextEvent(object sender, HyperTextEventArgs e)
Parameters
senderobjectThe source of the event.
eHyperTextEventArgsA
HyperTextEventArgsthat contains the event data.