Click or drag to resize

ProgressDialogOnDoWork Method

Raises the DoWork event.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void OnDoWork(
	DoWorkEventArgs e
)

Parameters

e
Type: System.ComponentModelDoWorkEventArgs
The DoWorkEventArgs containing data for the event.
See Also