Class TreeGridCurrentCellValueChangedEventArgs
Provides data for CurrentCellValueChanged event.
Inheritance
System.Object
TreeGridCurrentCellValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridCurrentCellValueChangedEventArgs : EventArgs
Constructors
TreeGridCurrentCellValueChangedEventArgs()
Initializes a new instance of TreeGridCurrentCellValueChangedEventArgs class.
Declaration
public TreeGridCurrentCellValueChangedEventArgs()
Properties
Column
Gets the TreeGridColumn of the corresponding cell value triggers this event.
Declaration
public TreeGridColumn Column { get; }
Property Value
Type | Description |
---|---|
TreeGridColumn | The TreeGridColumn that contains the cell value which triggers this event. |
Record
Gets the record of the corresponding cell triggers this event.
Declaration
public object Record { get; }
Property Value
Type | Description |
---|---|
System.Object | The record that contains cell value which triggers this event. |
RowColumnIndex
Gets a value indicating the RowColumnIndex of the cell triggers this event.
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |