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