ActionApplied Event

Summary
Occurs when the command applies the action.
Syntax
C#
VB
C++
public event EventHandler<MouseActionEventArgs> ActionApplied 
Public Event ActionApplied As EventHandler(Of MouseActionEventArgs) 
public: 
event EventHandler<MouseActionEventArgs^>^ ActionApplied 
Event Data

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.

PropertyDescription
Action Gets the Leadtools.MedicalViewer.MedicalViewerActionType that is applied.
MouseButton Gets the Leadtools.MedicalViewer.MedicalViewerMouseButtons that is assigned to the action.
Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.