[]
Represents the method that will handle a DropDown event.
public delegate void DropDownEventHandler(object sender, DropDownEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
DropDownEventArgs | e | A DropDownEventArgs object that contains the event data. |
Name | Description |
---|---|
DropDownEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DropDownEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DropDownEventArgs) |