Search Results for

    Show / Hide Table of Contents

    Class StateChangedEventArgs

    Inheritance
    Object
    EventArgs
    StateChangedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network.Client.EventArguments
    Assembly: cs.temp.dll.dll
    Syntax
    public class StateChangedEventArgs : EventArgs

    Constructors

    StateChangedEventArgs(IDicomClientState, IDicomClientState)

    Initializes an instance of StateChangedEventArgs

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

    Properties

    NewState

    Gets the new state the DicomClient is in

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

    OldState

    Gets the old state the DicomClient was in

    Declaration
    public IDicomClientState OldState { get; }
    Property Value
    Type Description
    IDicomClientState
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors