Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / OnMouseDown Method
An System.Object that indicates the event source.
A System.Windows.Forms.MouseEventArgs object that contains the event data.


In This Topic
    OnMouseDown Method (SideButtonBase)
    In This Topic
    Raises the MouseDown event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMouseDown( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SideButtonBase
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.OnMouseDown(sender, e)
    protected virtual void OnMouseDown( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    An System.Object that indicates the event source.
    e
    A System.Windows.Forms.MouseEventArgs object that contains the event data.
    See Also