'Declaration
Protected Overridable Sub OnDropDownMouseDown( _ ByVal sender As Object, _ ByVal e As MouseEventArgs _ )
'Usage
Dim instance As SEditButton Dim sender As Object Dim e As MouseEventArgs instance.OnDropDownMouseDown(sender, e)
protected virtual void OnDropDownMouseDown( object sender, MouseEventArgs e )
Parameters
- sender
- Source of event
- e
- Event data