[]
Provides data for an Error event.
public class InputNavigatorErrorEventArgs : EventArgs
Name | Description |
---|---|
InputNavigatorErrorEventArgs(InputNavigatorButton, Exception) | Initializes a new instance of the InputNavigatorErrorEventArgs class. |
Name | 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. |