The C1TreeViewNodeDragStartedEventArgs type exposes the following members.

Constructors

Methods

  Name Description
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToLocaleString (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Canceled
Gets or sets a value indicating whether the event data for events raised by the C1TreeView control was canceled.
(Inherited from C1TreeViewEventArgs.)
Public property DomEvent
Provides you with information about an event that has occurred.
(Inherited from C1TreeViewEventArgs.)
Public property DragVisual
Represents the gray line used as a visual cue to show you where the C1TreeViewNode is going to be droppped.
Public property Handled
Gets or sets a value indicating whether the event data for all events raised by the C1TreeView control was handled.
(Inherited from C1TreeViewEventArgs.)
Public property Node
Gets the tree node that has been checked, expanded, collapsed, or selected.
(Inherited from C1TreeViewEventArgs.)
Public property OriginalUsed
Provides information about the orignal C1TreeViewNode that is going to be dragged.

See Also