SignalEvents Class |
Namespace: Demo3D.IO
public abstract class Events
The SignalEvents type exposes the following members.
| Name | Description | |
|---|---|---|
| SignalEvents | Initializes a new instance of the SignalEvents class |
| Name | Description | |
|---|---|---|
| Fork |
Called to fork a signal into two signals.
| |
| Iteration |
Called when a signal iterates multiple times over a data path.
| |
| Merge |
Called before the signal is merged. Return false to opt not to merge.
| |
| MovedIn |
Called after the signal moves into a stage.
| |
| MovedOut |
Called before the signal moves out of a stage.
| |
| Terminated |
Called when a signal terminates.
|