Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnEditMouseDown Method
Source object of the event
MouseEventArgs event data


In This Topic
    OnEditMouseDown Method (GeneralEditor)
    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 GeneralEditor
    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