Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class AssociationAcceptedEventArgs

    Container class for arguments associated with the AssociationAccepted event.

    Inheritance
    System.Object
    System.EventArgs
    AssociationAcceptedEventArgs
    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
    public class AssociationAcceptedEventArgs : EventArgs

    Constructors

    AssociationAcceptedEventArgs(DicomAssociation)

    Initializes an instance of the AssociationAcceptedEventArgs class.

    Declaration
    public AssociationAcceptedEventArgs(DicomAssociation association)
    Parameters
    Type Name Description
    DicomAssociation association

    Accepted association.

    Properties

    Association

    Gets the accepted association.

    Declaration
    public DicomAssociation Association { get; }
    Property Value
    Type Description
    DicomAssociation

    Extension Methods

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