TcxCustomHyperLinkEditProperties.OnStartClick Event
Occurs on hyperlink execution.
Declaration
property OnStartClick: TNotifyEvent read; write;
Remarks
Handle this event to associate an action with hyperlink execution. The command represented by a hyperlink, is executed when clicking or double-clicking the edit box (depending on the SingleClick property) or when pressing the keystroke defined by the StartKey property. Handling this event prevents your editor from executing the default command.
See Also