Class SelectionChangedEventArgs
Represents a class which holds the properties of Selection changed Event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class SelectionChangedEventArgs : GridEventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
ActiveRange
Gets or sets the value of active range .
Declaration
public GridRangeInfo ActiveRange { get; }
Property Value
Type | Description |
---|---|
GridRangeInfo | Active Range. |
NewRanges
Gets the list of selected new ranges .
Declaration
public GridRangeInfoList NewRanges { get; }
Property Value
Type | Description |
---|---|
GridRangeInfoList | Selected ranges. |
OldRanges
Gets the list of selected old ranges .
Declaration
public GridRangeInfoList OldRanges { get; }
Property Value
Type | Description |
---|---|
GridRangeInfoList | Selected ranges. |
SelectionTrigger
Gets the value of trigger options .
Declaration
public ActivationTrigger SelectionTrigger { get; }
Property Value
Type | Description |
---|---|
ActivationTrigger | One of the options in ActivationTrigger. |