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