TaskDialogTick Event

Occurs in approximately every 200 milliseconds. Can be used to update progress information.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler<TaskDialogTickEventArgs> Tick

Value

EventHandlerTaskDialogTickEventArgs

See Also