[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowColEventArgs

RowColEventArgs Class

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

Constructors

Name Description
RowColEventArgs(int, int)

Initializes a new instance of the RowColEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the operation should be canceled.

Col

Gets the index of the column that caused the event.

Row

Gets the index of the row that caused the event.