Delegate UrlJumpEvent
Represents a method that will handle the SyntaxEdit.JumpToUrl or HyperTextEx.JumpToUrl events.
public delegate void UrlJumpEvent(object sender, UrlJumpEventArgs e)
Parameters
senderobjectThe source of the event.
eUrlJumpEventArgsA
UrlJumpEventArgsthat contains the event data.