TreeView for ASP.NET WebForms
C1TreeViewNodeDroppedEventArgs Constructor

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1TreeView Namespace > C1TreeViewNodeDroppedEventArgs Class : C1TreeViewNodeDroppedEventArgs Constructor
A C1TreeViewNode that represents the current node when the event is raised.
A value that indicates whether the dropped event has been managed from the outside.
A value that indicates whether the copy method of C1TreeViewNode node has been used to perform the drop.
Explicit constructor for C1TreeViewEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal node As C1TreeViewNode, _
   ByVal handled As System.Boolean, _
   ByVal copyUsed As System.Boolean _
)
public C1TreeViewNodeDroppedEventArgs( 
   C1TreeViewNode node,
   System.bool handled,
   System.bool copyUsed
)

Parameters

node
A C1TreeViewNode that represents the current node when the event is raised.
handled
A value that indicates whether the dropped event has been managed from the outside.
copyUsed
A value that indicates whether the copy method of C1TreeViewNode node has been used to perform the drop.
See Also

Reference

C1TreeViewNodeDroppedEventArgs Class
C1TreeViewNodeDroppedEventArgs Members