DicomObjects.NET.V8
DicomObjects.Delegates Namespace / ReceivingPixelDataHandler Delegate



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

    Parameters

    Sender
    e
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also