ProgressEventHandler

IAsyncTask.ProgressEventHandler property

Gets or sets the progress event handler of the asynchronous task.

public ProgressEventHandler ProgressEventHandler { get; set; }

Property Value

The progress event handler of the asynchronous task.

See Also