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



In This Topic
    DrawEnd Event
    In This Topic
    This event is generated when drawing of images completes onto a DicomViewer
    Syntax
    'Declaration
     
    
    Public Event DrawEnd As DrawEndHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As DrawEndHandler
     
    AddHandler instance.DrawEnd, handler
    public event DrawEndHandler DrawEnd
    public:
    event DrawEndHandler^ DrawEnd
    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