DicomObjects.NET.V8
DicomObjects Namespace / DicomServer Class / ReceivingPixelData Event



    ReceivingPixelData Event
    Event called when pixel data is being received
    Syntax
    'Declaration
     
    Public Event ReceivingPixelData As ReceivingPixelDataHandler
     
    'Usage
     
    Dim instance As DicomServer
    Dim handler As ReceivingPixelDataHandler
     
    AddHandler instance.ReceivingPixelData, handler
    Remarks
    This event could be used to redirect incoming data
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also