C#
VB
C++
Occurs after showing or hiding the reference line.
public event EventHandler<ReferenceLineStateChangeEventArgs> ReferenceLineStateChanged
Public Event ReferenceLineStateChanged As EventHandler(Of ReferenceLineStateChangeEventArgs)
public:
event EventHandler<ReferenceLineStateChangeEventArgs^>^ ReferenceLineStateChanged
The event handler receives an argument of type ReferenceLineStateChangeEventArgs containing data related to this event. The following ReferenceLineStateChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cell | Gets or sets the Leadtools.MedicalViewer.MedicalViewerCell which reference line state will be changed. |
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