True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ErrorEventArgs Class / Handled Property

In This Topic
    Handled Property (ErrorEventArgs)
    In This Topic
    True if the exception has been handled.
    Syntax
    'Declaration
     
    Public Property Handled As System.Boolean
    public System.bool Handled {get; set;}
    See Also