Skip to main content
A newer version of this page is available. .

CustomProcessShortcutEventArgs(ViewShortcut) Constructor

Creates a new instance of the CustomProcessShortcutEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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