Table of Contents

Class AssociationAcceptedEventArgs

Namespace
FellowOakDicom.Network.Client.EventArguments
Assembly
fo-dicom.core.dll

Container class for arguments associated with the AssociationAccepted event.

public class AssociationAcceptedEventArgs : EventArgs
Inheritance
AssociationAcceptedEventArgs
Inherited Members
Extension Methods

Constructors

AssociationAcceptedEventArgs(DicomAssociation)

Initializes an instance of the AssociationAcceptedEventArgs class.

public AssociationAcceptedEventArgs(DicomAssociation association)

Parameters

association DicomAssociation

Accepted association.

Properties

Association

Gets the accepted association.

public DicomAssociation Association { get; }

Property Value

DicomAssociation