CustomShowNavigationItemEventArgs(SingleChoiceActionExecuteEventArgs) Constructor
Initializes a new instance of the CustomShowNavigationItemEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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