DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / AssociationRequestArgs Class
Members



In This Topic
    AssociationRequestArgs Class
    In This Topic
    Argument passed in the DicomObjects.DicomServer.AssociationRequest event
    Syntax
    'Declaration
     
    Public Class AssociationRequestArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As AssociationRequestArgs
    public class AssociationRequestArgs : System.EventArgs 
    public ref class AssociationRequestArgs : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          DicomObjects.EventArguments.AssociationRequestArgs

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also