[]
Raises the DropDownClosed event.
protected virtual void OnDropDownClosed(EventArgs e)
Protected Overridable Sub OnDropDownClosed(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 DropDownClosed event.