A detailed reference guide for each SRP Signature Control event. Included in each reference is the event's parameters and a description of the event's meaning and usage:
Event | Description | Version Introduced | Pro Version Introduced |
---|---|---|---|
OnBalloonClick | Fires when the user clicks on a balloon tooltip. | ||
OnContextMenuClick | Fired when a menu item on the custom context menu is clicked | ||
OnGotFocus | Fired when the control receives input focus. | 1.0.2 | 3.1.0 |
OnLostFocus | Fired when the control loses input focus. | 1.0.2 | 3.1.0 |
OnMouseEnter | Fired when mouse enters the control. | 1.0.2 | 3.1.0 |
OnMouseExit | Fired when the mouse leaves the control. | 1.0.2 | 3.1.0 |