Spread Windows Forms 12.0 Product Documentation
OnEditMouseDown Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > MultiColumnEditor Class : OnEditMouseDown Method
Source object of the event
MouseEventArgs event data
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)
protected override void OnEditMouseDown( 
   object sender,
   MouseEventArgs e
)

Parameters

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

Reference

MultiColumnEditor Class
MultiColumnEditor Members