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

CustomShowNavigationItemEventArgs(SingleChoiceActionExecuteEventArgs) Constructor

Initializes a new instance of the CustomShowNavigationItemEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public CustomShowNavigationItemEventArgs(
    SingleChoiceActionExecuteEventArgs actionArguments
)

Parameters

Name Type Description
actionArguments SingleChoiceActionExecuteEventArgs

A SingleChoiceActionExecuteEventArgs object which represents arguments passed to the navigation Action’s SingleChoiceAction.Execute event. This parameter value is assigned to the CustomShowNavigationItemEventArgs.ActionArguments property.

Remarks

Since instances of the CustomShowNavigationItemEventArgs class are automatically created and passed to handlers of the ShowNavigationItemController.CustomShowNavigationItem event, you do not need to call this constructor from your applications.

See Also