C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnMouseDown Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseDown Method (C1FlexGrid)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnMouseDown( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

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