ComponentOne Windows 7 Control Pack for WinForms
Refreshed Event



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : Refreshed Event
Occurs after the task dialog is fully refreshed.
Syntax
<C1DescriptionAttribute("Occurs after the task dialog is fully refreshed.")>
Public Event Refreshed As EventHandler
Dim instance As C1TaskDialog
Dim handler As EventHandler
 
AddHandler instance.Refreshed, handler
[C1Description("Occurs after the task dialog is fully refreshed.")]
public event EventHandler Refreshed
[C1Description("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

Reference

C1TaskDialog Class
C1TaskDialog Members