DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / ResponseReceived Event



    ResponseReceived Event (DicomAssociation)
    Event fires when a response is received on an out-going operation
    Syntax
    'Declaration
     
    Public Event ResponseReceived As ResponseReceivedHandler
     
    'Usage
     
    Dim instance As DicomAssociation
    Dim handler As ResponseReceivedHandler
     
    AddHandler instance.ResponseReceived, handler
    Remarks

    This Event will be generated when any responses are received from the remote application.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also