'Declaration Protected Overridable Function ProcessHotKeys( _
ByVal argsThe InteractionEventArgs instance containing the event data.As Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionEventArgs, _
ByRef handledA value indicating whether hot keys were handled.As Boolean _
) As Boolean
protected virtual bool ProcessHotKeys(
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionEventArgs args,
out bool handled
)
protected: virtual bool ProcessHotKeys(
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionEventArgs* args,
[PARAMFLAG::Out] bool handled
)
protected:
virtual bool ProcessHotKeys(
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionEventArgs^ args,
[Out] bool handled
)
Parameters
- args
- The InteractionEventArgs instance containing the event data.
- handled
- A value indicating whether hot keys were handled.
Return Value
True if hot keys are processed; otherwise, false.