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