Class TreeGridNodeDraggingEventArgs
Provides data for the TreeGridNodeDragging event, which occurs when an item is being dragged over the Gantt control.
Inheritance
System.Object
System.EventArgs
TreeGridNodeDraggingEventArgs
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.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class TreeGridNodeDraggingEventArgs : EventArgs
Constructors
TreeGridNodeDraggingEventArgs()
Declaration
public TreeGridNodeDraggingEventArgs()
Properties
Nodes
Gets the nodes that are being dragged.
Declaration
public object Nodes { get; }
Property Value
Type |
---|
System.Object |