Skip to main content
.NET 6.0+

CustomProcessShortcutEventArgs(ViewShortcut) Constructor

Creates a new instance of the CustomProcessShortcutEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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