| Visual Basic (Declaration) | |
|---|---|
Public Event ButtonClick As ButtonClickEventHandler | |
| C# | |
|---|---|
public event ButtonClickEventHandler ButtonClick | |
The event handler receives an argument of type ButtonClickEventArgs containing data related to this event. The following ButtonClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | Determines which navigation button was clicked on. |