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