[]
Occurs when the mouse is pressed on drop-down.
protected virtual void OnDropDownMouseDown(object sender, MouseEventArgs e)
Protected Overridable Sub OnDropDownMouseDown(sender As Object, e As MouseEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of event |
MouseEventArgs | e | Event data |