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