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

In This Topic
    Refreshed Event
    In This Topic
    Occurs after the task dialog is fully refreshed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TaskDialog.Refreshed", "Occurs after the task dialog is fully refreshed.")>
    Public Event Refreshed As EventHandler
    [C1Description("C1TaskDialog.Refreshed", "Occurs after the task dialog is fully refreshed.")]
    public event EventHandler Refreshed
    Remarks
    It is not possible to update some properties without reconstructing the task dialog. This operation resets the timer counter.
    See Also