[]
Provides data for a ButtonClick event.
public class InputNavigatorClickEventArgs : EventArgs
| Name | Description |
|---|---|
| InputNavigatorClickEventArgs(InputNavigatorButton) | Initializes a new instance of the InputNavigatorClickEventArgs class. |
| Name | Description |
|---|---|
| Button | Gets the clicked button. |
| Handled | Gets or sets a value indicating whether the built-in processing of the navigator button click should be omitted (for the BeforeButtonClick event only). |