Click or drag to resize

PluginProgressEventArgs Class

Defines arguments for the a progress event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RelaxIS_SDK.PluginsPluginProgressEventArgs
      RelaxIS_SDK.Plugins.ClassifierClassifierProgressEventArgs

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class PluginProgressEventArgs : EventArgs

The PluginProgressEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPluginProgressEventArgs(String) Initializes a new instance of the PluginProgressEventArgs class.
Public methodPluginProgressEventArgs(Int32, Int32, String) Initializes a new instance of the PluginProgressEventArgs class.
Top
Properties
 NameDescription
Public propertyIsIndeterminate Gets a value indicating whether the progress is indeterminable.
Public propertyMaxProgress Gets the maximum progress value.
Public propertyProgress Gets the current progress.
Public propertyStatusMessage Gets a status message.
Top
See Also