Click or drag to resize

SignalEvents Class

Event handlers associated with a signal.
Inheritance Hierarchy
SystemObject
  Demo3D.IOSignalEvents

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract class Events

The SignalEvents type exposes the following members.

Constructors
  NameDescription
Protected methodSignalEvents
Initializes a new instance of the SignalEvents class
Top
Properties
  NameDescription
Public propertyGroup
Data associated with the signal group.
Public propertyState
The current signal state.
Top
Methods
  NameDescription
Protected methodFork
Called to fork a signal into two signals.
Protected methodIteration
Called when a signal iterates multiple times over a data path.
Protected methodMerge
Called before the signal is merged. Return false to opt not to merge.
Protected methodMovedIn
Called after the signal moves into a stage.
Protected methodMovedOut
Called before the signal moves out of a stage.
Protected methodTerminated
Called when a signal terminates.
Top
See Also