The C1TreeViewNodeDroppedEventArgs type exposes the following members.

Properties

  Name Description
Public property CopyUsed
Gets a value that indicates whether the copy method of C1TreeViewNode node has been used to perform the drop.
Public property Handled
Gets a value that indicates whether the dropped event has been managed from the outside.
Public property Node
C1TreeViewNode node associated to the event data.
(Inherited from C1TreeViewEventArgs.)

See Also