[]
Represents the method that handles a DropDownClosed event.
public delegate void DropDownClosedEventHandler(object sender, DropDownClosedEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event |
| DropDownClosedEventArgs | e | A DropDownClosedEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| DropDownClosedEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, DropDownClosedEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, DropDownClosedEventArgs) |