ComponentOne Windows 7 Control Pack for WinForms
Initialized Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : Initialized Event
Occurs before the task dialog is shown.
Syntax
<C1DescriptionAttribute("Occurs before the task dialog is shown.")>
Public Event Initialized As EventHandler
Dim instance As C1TaskDialog
Dim handler As EventHandler
 
AddHandler instance.Initialized, handler
[C1Description("Occurs before the task dialog is shown.")]
public event EventHandler Initialized
[C1Description("Occurs before the task dialog is shown.")]
public:
event EventHandler^ Initialized
See Also

Reference

C1TaskDialog Class
C1TaskDialog Members