C1TreeViewNodeDroppedEventArgs Constructor
In This Topic
Explicit constructor for
C1TreeViewEventArgs
Syntax
'Declaration
Public Function New( _
ByVal As C1TreeViewNode, _
ByVal handled As System.Boolean, _
ByVal As System.Boolean _
)
public C1TreeViewNodeDroppedEventArgs(
C1TreeViewNode ,
System.bool handled,
System.bool
)
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