Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomProcessShortcutEventArgs(ViewShortcut) Constructor

Creates a new instance of the CustomProcessShortcutEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomProcessShortcutEventArgs(
    ViewShortcut shortcut
)

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