Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / DoMouseDown Method
Object source of event
Event data


In This Topic
    DoMouseDown Method (SpreadNotesContainer)
    In This Topic
    Occurs when the mouse button is down.
    Syntax
    'Declaration
     
    
    Public Overrides Sub DoMouseDown( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadNotesContainer
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.DoMouseDown(sender, e)
    public override void DoMouseDown( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    Object source of event
    e
    Event data
    See Also