WinForms Edition Documentation
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
 
Remarks
It is not possible to update some properties without reconstructing the task dialog. This operation resets the timer counter.
See Also