Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnMouseDown Method
MouseEventArgs event data


In This Topic
    OnMouseDown Method (GeneralEditor)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseDown( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(e)
    protected override void OnMouseDown( 
       MouseEventArgs e
    )

    Parameters

    e
    MouseEventArgs event data
    See Also