Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / OnEditMouseDown Method
Source object of the event
MouseEventArgs event data


In This Topic
OnEditMouseDown Method (MultiColumnEditor)
In This Topic
Internal use only. Occurs when the mouse is down on an edit.
Syntax
'Declaration
 
Protected Overrides Sub OnEditMouseDown( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As MultiColumnEditor
Dim sender As Object
Dim e As MouseEventArgs
 
instance.OnEditMouseDown(sender, e)

Parameters

sender
Source object of the event
e
MouseEventArgs event data
See Also