ShotcutKeyInvoked Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void ShotcutKeyInvoked(System::Object ^ target, ShortcutKeyInvokedArgs ^ args);
public delegate void ShotcutKeyInvoked(object target, ShortcutKeyInvokedArgs args);
type ShotcutKeyInvoked = delegate of obj * ShortcutKeyInvokedArgs -> unit
Public Delegate Sub ShotcutKeyInvoked(target As Object, args As ShortcutKeyInvokedArgs)
Parameters
- target
- Object