DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / MWLEventArgs Class
Members



In This Topic
    MWLEventArgs Class
    In This Topic
    Arguments for MWLReceived event which fires when Modality Scheduled Procedure Steps web request is received
    Syntax
    'Declaration
     
    
    Public Class MWLEventArgs 
    'Usage
     
    
    Dim instance As MWLEventArgs
    public class MWLEventArgs 
    public ref class MWLEventArgs 
    Remarks
    As well as providing information about the request, this class is also used to return the results via the Results property.
    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomWeb.MWLEventArgs

    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