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 |