C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewEventArgs Class / C1TreeViewEventArgs Constructor
A C1TreeViewNode that represents the current node when the event is raised.

In This Topic
C1TreeViewEventArgs Constructor
In This Topic
Explicit constructor for C1TreeViewEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal node As C1TreeViewNode _
)
 

Parameters

node
A C1TreeViewNode that represents the current node when the event is raised.
See Also