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