Click or drag to resize

clsTaskMeterUpdateEventArgs Class

Event Parameter for the process bar initialisation
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MARIInterfaceclsTaskMeterUpdateEventArgs

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public sealed class MeterUpdateEventArgs : EventArgs

The clsTaskMeterUpdateEventArgs type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldCancel
Undefined when sending the event. Can be set to cancel to stop the process, but only when bShowCancel in the inisialisation was set.
Public fieldsngCount
Number of the step performed. Between 0 and sngMax
Top
See Also