[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RangeEventArgs

RangeEventArgs Class

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

Constructors

Name Description
RangeEventArgs(CellRange, CellRange)

Initializes a new instance of the RangeEventArgs class.

Properties

Name Description
Cancel

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

NewRange

Gets the range that will be selected after the event.

OldRange

Gets the range selected before the event.