LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ActionApplied Event







Occurs when the command applies the action.
Syntax
public event EventHandler<MouseActionEventArgs> ActionApplied
'Declaration
 
Public Event ActionApplied As EventHandler(Of MouseActionEventArgs)
'Usage
 
Dim instance As ApplyActionCommand
Dim handler As EventHandler(Of MouseActionEventArgs)
 
AddHandler instance.ActionApplied, handler
public event EventHandler<MouseActionEventArgs> ActionApplied
add_ActionApplied(function(sender, e))
remove_ActionApplied(function(sender, e))

public: __event EventHandler<MouseActionEventArgs*>* ActionApplied
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplyActionCommand Class
ApplyActionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.