C#
VB
C++
Occurs when this AnnDrawDesigner object is drawing an AnnObject.
public event EventHandler<AnnDrawDesignerEventArgs> Draw Public Event Draw As EventHandler(Of AnnDrawDesignerEventArgs)
public:event EventHandler<AnnDrawDesignerEventArgs^>^ Draw
The event handler receives an argument of type AnnDrawDesignerEventArgs containing data related to this event. The following AnnDrawDesignerEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the drawing operation should be canceled. |
| Object | Gets the AnnObject object currently being drawn. |
| OperationStatus | Gets the current draw operation status. |
For C#/VB examples, refer to AnnDesigner.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
