ProgressInfoEventArgs C# Reference Documentation

ProgressInfoEventArgs

Current Version: 9.5.0.72

Provides data for the OnProgressInfo event.

Properties

Name
public string Name {get; }

A tag that identifies the information available in the Value property.

top
Value
public string Value {get; }

The information provided by the OnProgressInfo event.

top