Leadtools.Medical.Workstation Namespace > ApplyActionCommand Class : ActionApplied Event |
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
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. |
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