TaskDialogButtonClick Event

Occurs when this TaskDialogButton is clicked. If not subscribed, the TaskDialog will be closed when the button is clicked. Otherwise, the Handled property can be set to to let the invoker side close the TaskDialog.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler<HandledEventArgs> Click

Value

EventHandlerHandledEventArgs

See Also