Class TreeGridCurrentCellValidatingEventArgs
Provides data for the CurrentCellValidating event.
Inheritance
System.Object
System.EventArgs
TreeGridCurrentCellValidatingEventArgs
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.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridCurrentCellValidatingEventArgs : CurrentCellValidatingEventArgsBase
Constructors
TreeGridCurrentCellValidatingEventArgs(Object)
Initializes a new instance of TreeGridCurrentCellValidatingEventArgs class.
Declaration
public TreeGridCurrentCellValidatingEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
Column
Gets the TreeGridColumn of the cell triggers this event.
Declaration
public TreeGridColumn Column { get; }
Property Value
Type | Description |
---|---|
TreeGridColumn | The TreeGridColumn of the cell which triggered this event. |
Remarks
TreeGridTemplateColumn cells will not triggers this event.
Node
Gets the TreeNode of the cell triggers this event.
Declaration
public TreeNode Node { get; }