Click or drag to resize

ClassifierProgressEventArgs Properties

The ClassifierProgressEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyIntermediateResults Gets the intermediate results.
Public propertyIsIndeterminate Gets a value indicating whether the progress is indeterminable.
(Inherited from PluginProgressEventArgs)
Public propertyMaxProgress Gets the maximum progress value.
(Inherited from PluginProgressEventArgs)
Public propertyProgress Gets the current progress.
(Inherited from PluginProgressEventArgs)
Public propertyStatusMessage Gets a status message.
(Inherited from PluginProgressEventArgs)
Top
See Also