DicomObjects.NET.8.48 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 DrawException: DrawExceptionHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event DrawExceptionHandler* DrawException
    public:
    event DrawExceptionHandler^ DrawException
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also