'Declaration Public Event BeforeShortcutKeyProcessed As BeforeShortcutKeyProcessedEventHandler
public event BeforeShortcutKeyProcessedEventHandler BeforeShortcutKeyProcessed
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.
Property | Description |
---|---|
Cancel (Inherited from System.ComponentModel.CancelEventArgs) | |
Tool (Inherited from Infragistics.Win.UltraWinToolbars.CancelableToolEventArgs) | The tool. |
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.
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