LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ActionApplied Event

Show in webframe






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
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

See Also

Reference

ApplyActionCommand Class
ApplyActionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.