Table of Contents

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

oldState DicomClientState
newState DicomClientState

Properties

NewState

Gets the new state the DicomClient is in

public DicomClientState NewState { get; set; }

Property Value

DicomClientState

OldState

Gets the old state the DicomClient was in

public DicomClientState OldState { get; }

Property Value

DicomClientState