DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / ReceivingPixelData Event



In This Topic
    ReceivingPixelData Event
    In This Topic
    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
    public event ReceivingPixelDataHandler ReceivingPixelData
    public:
    event ReceivingPixelDataHandler^ ReceivingPixelData
    Remarks
    This event could be used to redirect incoming data
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also