[]
Raises the DropDownOpened event.
protected virtual void OnDropDownOpened(EventArgs e)
Protected Overridable Sub OnDropDownOpened(e As EventArgs)
Type | Name | Description |
---|---|---|
EventArgs | e | The EventArgs instance containing the event data. |
The purpose of this method is similar to common language runtime (CLR) event pattern On* methods: It provides a mean to fire the DropDownOpened event.