PropagationEventArgs Properties |
The PropagationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentState |
Gets the raw state at the end of the current step when this event is fired.
| |
| CurrentTime |
Gets the time at the end of the current step when this event is fired.
| |
| Indication |
Gets or sets an indication of how the propagator should continue after this event.
By default, the propagation will continue, unless the event handler indicates
a different condition.
| |
| PreviousState |
Gets the raw state at the beginning of the current step.
| |
| PreviousTime |
Gets the time at the beginning of the current step.
| |
| StepSizeInformation |
Gets information about the last step taken by the integrator.
| |
| Trigger |
Gets information about which method triggered this event.
|