DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / ResponseReceived Event

In This Topic
    ResponseReceived Event (DicomAssociation)
    In This Topic
    Event fires when a response is received on an out-going operation
    Syntax
    'Declaration
     
    
    Public Event ResponseReceived As ResponseReceivedHandler
    public event ResponseReceivedHandler ResponseReceived
    Remarks

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

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also