Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / OnDropMouseDown Method
Source of event
Event data


In This Topic
    OnDropMouseDown Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDropMouseDown( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.OnDropMouseDown(sender, e)
    protected virtual void OnDropMouseDown( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    Source of event
    e
    Event data
    See Also