Class TreeViewEventArgs.DropEventArgs
Inheritance
System.Object
TreeViewEventArgs.DropEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DropEventArgs
Constructors
DropEventArgs()
Declaration
public DropEventArgs()
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NodeDetails
Declaration
public Dictionary<string, object> NodeDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
TargetId
Declaration
public string TargetId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetNodeDetails
Declaration
public Dictionary<string, object> TargetNodeDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |