'Declaration Public Event ButtonClick As NavigatorButtonClickEventHandler
public event NavigatorButtonClickEventHandler ButtonClick
Event Data
The event handler receives an argument of type NavigatorButtonClickEventArgs containing data related to this event. The following NavigatorButtonClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | The clicked button. |
See Also