ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / Initialized Event

In This Topic
    Initialized Event
    In This Topic
    Occurs before the task dialog is shown.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.Initialized", "Occurs before the task dialog is shown.")>
    Public Event Initialized As EventHandler
    [C1Description("C1TaskDialog.Initialized", "Occurs before the task dialog is shown.")]
    public event EventHandler Initialized
    See Also