[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridChangedEventArgs

GridChangedEventArgs Class

Provides data for the GridChanged event handler.

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

Properties

Name Description
GridChangedType

The type of action that caused the event to fire.

c1

Gets the range's first column index.

c2

Gets the range's last column index.

r1

Gets the range's first row index.

r2

Gets the range's last row index.