Class StateChangedEventArgs
- Namespace
- FellowOakDicom.Network.Client.EventArguments
- Assembly
- fo-dicom.core.dll
[Obsolete("StateChangedEventArgs is an artifact of an older state-based implementation of the DicomClient and will be deleted in the future. It only exists today for backwards compatibility purposes")]
public class StateChangedEventArgs : EventArgs
- Inheritance
-
StateChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
StateChangedEventArgs(DicomClientState, DicomClientState)
Initializes an instance of StateChangedEventArgs
public StateChangedEventArgs(DicomClientState oldState, DicomClientState newState)
Parameters
oldStateDicomClientStatenewStateDicomClientState
Properties
NewState
Gets the new state the DicomClient is in
public DicomClientState NewState { get; set; }
Property Value
OldState
Gets the old state the DicomClient was in
public DicomClientState OldState { get; }