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

In This Topic
    ResponseReceived Event (DicomQuery)
    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.

    This is a direct equivalent of the ResponseReceived event.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also