DicomObjects.NET Core Documentation
DicomObjects.DicomWeb.Delegates Namespace / StowReceivedDelegate Delegate
The event parameters



In This Topic
    StowReceivedDelegate Delegate
    In This Topic
    delegate for StowReceived evnt
    Syntax
    'Declaration
     
    
    Public Delegate Sub StowReceivedDelegate( _
       ByVal args As StowEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New StowReceivedDelegate(AddressOf HandlerMethod)
    public delegate void StowReceivedDelegate( 
       StowEventArgs args
    )
    public delegate void StowReceivedDelegate( 
       StowEventArgs^ args
    )

    Parameters

    args
    The event parameters
    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