DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / DrawException Event



In This Topic
    DrawException Event
    In This Topic
    This event is generated when an exception is thrown during the drawing of images onto a DicomViewer
    Syntax
    'Declaration
     
    
    Public Event DrawException As DrawExceptionHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As DrawExceptionHandler
     
    AddHandler instance.DrawException, handler
    public event DrawExceptionHandler DrawException
    public:
    event DrawExceptionHandler^ DrawException
    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