CustomProcessShortcutEventArgs(ViewShortcut) Constructor
Creates a new instance of the CustomProcessShortcutEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
shortcut | ViewShortcut | A ViewShortcut that provides key information on the View to be created. This parameter value is assigned to the CustomProcessShortcutEventArgs.Shortcut property. |
See Also