Class StateChangeEventArgs
- Namespace
- MASES.DataDistributionManager.Bindings
- Assembly
- DataDistributionManagerNet.dll
Event args for StateChangeEvent event
public class StateChangeEventArgs : EventArgs
- Inheritance
-
StateChangeEventArgs
- Inherited Members
Properties
NewState
The new state DDM_INSTANCE_STATE
public DDM_INSTANCE_STATE NewState { get; }
Property Value
OldState
The old state DDM_INSTANCE_STATE
public DDM_INSTANCE_STATE OldState { get; }