←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly