Click or drag to resize
SoImageVizEngineEventArg Structure

Structure given to callback when an event is raised.

Namespace: OIV.ImageViz.Engines
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public struct EventArg

The SoImageVizEngineEventArg type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetEngine Obsolete.

Returns the engine that raised event.

Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyEngine

Returns the engine that raised event.

Public propertyProgress

Return progress of processing.

Public propertySource
Top
Remarks

Please refer to onBegin, onEnd, ... events

See Also