Class PivotGridSelectionChangedEventArgs
Provides data for the SelectionChanged 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)
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class PivotGridSelectionChangedEventArgs : SyncfusionEventArgs
Constructors
PivotGridSelectionChangedEventArgs(GridRangeInfo, SelectedItems, GridSelectionReason)
Initializes a new instance of the PivotGridSelectionChangedEventArgs class.
Declaration
public PivotGridSelectionChangedEventArgs(GridRangeInfo gridRangeInfo, SelectedItems selectedItems, GridSelectionReason selectionReason)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | gridRangeInfo | The grid range information. |
SelectedItems | selectedItems | Indicates the selected items in the grid. |
GridSelectionReason | selectionReason | Represents the selection reason for the grid. |
PivotGridSelectionChangedEventArgs(SelectedItems)
Initializes a new instance of the PivotGridSelectionChangedEventArgs class.
Declaration
public PivotGridSelectionChangedEventArgs(SelectedItems selectedItems)
Parameters
Type | Name | Description |
---|---|---|
SelectedItems | selectedItems | Indicates the selected items in the grid. |
Properties
CellRangeInfo
Gets or sets the range information of the cell.
Declaration
public GridRangeInfo CellRangeInfo { get; }
Property Value
Type | Description |
---|---|
GridRangeInfo | The range information of the cell. |
SelectedItems
Gets or sets the value of selected items in the IEnumerable form.
Declaration
public SelectedItems SelectedItems { get; }
Property Value
Type | Description |
---|---|
SelectedItems | The selected items. |
SelectionReason
Gets or sets the reason for selection.
Declaration
public GridSelectionReason SelectionReason { get; }
Property Value
Type | Description |
---|---|
GridSelectionReason | The selection reason. |