DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / DrawException Event



    DrawException Event
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also