Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnEditMouseDown Method
Source of the event
Event data


In This Topic
    OnEditMouseDown Method (FpCombo)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnEditMouseDown( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCombo
    Dim sender As Object
    Dim e As MouseEventArgs
     
    instance.OnEditMouseDown(sender, e)
    protected override void OnEditMouseDown( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also