Class ChangingStateEventArgs
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Event args for ChangingStateEvent event
public class ChangingStateEventArgs : EventArgs
- Inheritance
-
ChangingStateEventArgs
- Inherited Members
Properties
ActualState
The actual DDM_INSTANCE_STATE state
public DDM_INSTANCE_STATE ActualState { get; }
Property Value
FutureState
The future DDM_INSTANCE_STATE state
public DDM_INSTANCE_STATE FutureState { get; }