InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNavigatorErrorEventArgs Class / Handled Property

In This Topic
    Handled Property (InputNavigatorErrorEventArgs)
    In This Topic
    If set to True by event code, the exception will not be rethrown.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also