[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellRangeEventArgs

CellRangeEventArgs Class

Provides data for events that affect cell ranges.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class CellRangeEventArgs : CancelEventArgs

Constructors

Name Description
CellRangeEventArgs(GridPanel, CellRange)

Initializes a new instance of a CellRangeEventArgs.

Properties

Name Description
CellRange

CellRange affected by the event.

CellType

CellType of the range affected by the event.

Column

Index of the column affected by the event.

Panel

GridPanel that contains the range affected by the event.

Row

Index of the row affected by the event.