C#
VB
C++
Occurs when the command applies the action.
public event EventHandler<MouseActionEventArgs> ActionApplied
Public Event ActionApplied As EventHandler(Of MouseActionEventArgs)
public:
event EventHandler<MouseActionEventArgs^>^ ActionApplied
The event handler receives an argument of type MouseActionEventArgs containing data related to this event. The following MouseActionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the Leadtools.MedicalViewer.MedicalViewerActionType that is applied. |
MouseButton | Gets the Leadtools.MedicalViewer.MedicalViewerMouseButtons that is assigned to the action. |
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