Version

BeforeShortcutKeyProcessed Event

Occurs before the ToolClick is invoked when the end-user presses the Shortcut for a ToolBase.
Syntax
'Declaration
 
Public Event BeforeShortcutKeyProcessed As BeforeShortcutKeyProcessedEventHandler
public event BeforeShortcutKeyProcessedEventHandler BeforeShortcutKeyProcessed
Event Data

The event handler receives an argument of type BeforeShortcutKeyProcessedEventArgs containing data related to this event. The following BeforeShortcutKeyProcessedEventArgs properties provide information specific to this event.

Remarks

This event is generated when the end-user presses the keys specified as the Shortcut for a particular ToolBase. Settings the Cancel parameter to true will indicate that the key should not be intercepted and the ToolClick event will not be raised.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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