Click or drag to resize

TaskDialog Events

The TaskDialog type exposes the following members.

Events
  NameDescription
Public eventButtonClicked
Event raised when the user clicks a button on the task dialog.
Public eventCreated
Event raised when the task dialog has been created.
Public eventDestroyed
Event raised when the task dialog has been destroyed.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventExpandButtonClicked
Event raised when the user clicks the expand button on the task dialog.
Public eventHelpRequested
Event raised when the user presses F1 while the dialog has focus.
Public eventHyperlinkClicked
Event raised when the user clicks a hyperlink.
Public eventRadioButtonClicked
Event raised when the user clicks a radio button on the task dialog.
Public eventTimer
Event raised periodically while the dialog is displayed.
Public eventVerificationClicked
Event raised when the user clicks the verification check box.
Top
See Also