ComponentOne Windows 7 Control Pack for WinForms
ButtonClick Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : ButtonClick Event
Occurs when a button or a command link is clicked in the task dialog.
Syntax
<C1DescriptionAttribute("Occurs when a button or a command link is clicked in the task dialog.")>
<C1CategoryAttribute("アクション")>
Public Event ButtonClick As TaskDialogButtonClickEventHandler
Dim instance As C1TaskDialog
Dim handler As TaskDialogButtonClickEventHandler
 
AddHandler instance.ButtonClick, handler
[C1Description("Occurs when a button or a command link is clicked in the task dialog.")]
[C1Category("アクション")]
public event TaskDialogButtonClickEventHandler ButtonClick
[C1Description("Occurs when a button or a command link is clicked in the task dialog.")]
[C1Category("アクション")]
public:
event TaskDialogButtonClickEventHandler^ ButtonClick
Event Data

The event handler receives an argument of type TaskDialogButtonClickEventArgs containing data related to this event. The following TaskDialogButtonClickEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the custom button if the DialogResult is equal to 'Custom'.  
Gets the proposed dialog result.  
See Also