ShortcutKeyInvokedArgs(KeyGesture, Object, Object, Boolean) Constructor
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:
ShortcutKeyInvokedArgs(System::Windows::Input::KeyGesture ^ pkg, System::Object ^ ptarget, System::Object ^ pParams, bool pisglobal);
public ShortcutKeyInvokedArgs (System.Windows.Input.KeyGesture pkg, object ptarget, object pParams, bool pisglobal);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.ShortcutKeyInvokedArgs : System.Windows.Input.KeyGesture * obj * obj * bool -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.ShortcutKeyInvokedArgs
Public Sub New (pkg As KeyGesture, ptarget As Object, pParams As Object, pisglobal As Boolean)
Parameters
- pkg
- KeyGesture
- ptarget
- Object
- pParams
- Object
- pisglobal
- Boolean