Skip to main content
.NET 6.0+

CustomShowNavigationItemEventArgs(SingleChoiceActionExecuteEventArgs) Constructor

Initializes a new instance of the CustomShowNavigationItemEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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