C1.Win.TreeView Namespace / C1TreeView Class / OnMouseDoubleClick Method
An System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseDoubleClick Method (C1TreeView)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnMouseDoubleClick( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

e
An System.Windows.Forms.MouseEventArgs that contains the event data.
See Also