[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridErrorEventArgs

GridErrorEventArgs Class

Provides data for the GridError event.

Inheritance
GridErrorEventArgs
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class GridErrorEventArgs : EventArgs

Constructors

Name Description
GridErrorEventArgs(int, int, Exception, bool)

Initializes a new instance of the GridErrorEventArgs class.

Properties

Name Description
Col

Gets the column index of the cell where the error was detected.

Exception

Gets the Exception object that contains information about the error.

Handled

Gets or sets a value indicating whether the error situation has been handled by the control.

Row

Gets the row index of the cell where the error was detected.