Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class StateChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    StateChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Network.Client.EventArguments
    Assembly: fo-dicom.core.dll
    Syntax
    [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

    Constructors

    StateChangedEventArgs(DicomClientState, DicomClientState)

    Initializes an instance of StateChangedEventArgs

    Declaration
    public StateChangedEventArgs(DicomClientState oldState, DicomClientState newState)
    Parameters
    Type Name Description
    DicomClientState oldState
    DicomClientState newState

    Properties

    NewState

    Gets the new state the DicomClient is in

    Declaration
    public DicomClientState NewState { get; set; }
    Property Value
    Type Description
    DicomClientState

    OldState

    Gets the old state the DicomClient was in

    Declaration
    public DicomClientState OldState { get; }
    Property Value
    Type Description
    DicomClientState

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors