Event Clicked
Clicked Action, raised when the user clicks the primary mouse button within the Bounds of this View or if the user presses the action key while this view is focused. (TODO: IsDefault)
public event Action Clicked
Returns
- Action
- Clicked , raised when the user clicks the primary mouse button within the Bounds of this or if the user presses the action key while this view is focused. (TODO: IsDefault)
Remarks
Client code can hook up to this event, it is raised when the button is activated either with the mouse or the keyboard.