The event handler receives an argument of type InputNavigatorErrorEventArgs containing data related to this event. The following InputNavigatorErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | The clicked navigator button. |
Exception | Exception that occurred while performing the button action. |
Handled | If set to True by event code, the exception will not be rethrown. |