DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / ReceivingPixelDataHandler Delegate






    ReceivingPixelDataHandler Delegate
    Syntax
    'Declaration
     
    
    Public Delegate Sub ReceivingPixelDataHandler( _
       ByVal Sender As System.Object, _
       ByVal e As ReceivingPixelDataArgs _
    ) 
     
    'Usage
     
    
    Dim instance As New ReceivingPixelDataHandler(AddressOf HandlerMethod)

    Parameters

    Sender
    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also