C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<MedicalViewerUserTagEventArgs> UserTag
Public Event UserTag As EventHandler(Of MedicalViewerUserTagEventArgs)
public:
event EventHandler<MedicalViewerUserTagEventArgs^>^ UserTag
The event handler receives an argument of type MedicalViewerUserTagEventArgs containing data related to this event. The following MedicalViewerUserTagEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CellIndex | Gets or sets the value that indicates the index of the cell on which the user tag will be drawn. |
ClipRectangle (Inherited from System.Windows.Forms.PaintEventArgs) | Gets the rectangle in which to paint. |
Graphics (Inherited from System.Windows.Forms.PaintEventArgs) | Gets the graphics used to paint. |
For an example, refer to MedicalViewerCell.CustomPaint
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