FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridErrorEventArgs Class / Handled Property

In This Topic
    Handled Property (GridErrorEventArgs)
    In This Topic
    Gets or sets a value indicating whether the error situation has been handled by the control.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    Remarks
    If this value is set to False, the grid will throw the exception.
    See Also