ComponentOne FlexGrid for WinForms
Handled Property (GridErrorEventArgs)

C1.Win.C1FlexGrid Namespace > GridErrorEventArgs Class : Handled Property
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

Reference

GridErrorEventArgs Class
GridErrorEventArgs Members