[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputNavigatorErrorEventArgs

InputNavigatorErrorEventArgs Class

Provides data for an Error event.

Inheritance
InputNavigatorErrorEventArgs
Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class InputNavigatorErrorEventArgs : EventArgs

Constructors

Name Description
InputNavigatorErrorEventArgs(InputNavigatorButton, Exception)

Initializes a new instance of the InputNavigatorErrorEventArgs class.

Properties

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.