Skip to main content
.NET 6.0+

DialogControllerAcceptingEventArgs(ShowViewParameters, SimpleActionExecuteEventArgs) Constructor

Creates a new instance of the DialogControllerAcceptingEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DialogControllerAcceptingEventArgs(
    ShowViewParameters showViewParameters,
    SimpleActionExecuteEventArgs acceptActionArgs
)

Parameters

Name Type Description
showViewParameters ShowViewParameters

A ShowViewParameters object that is a set of parameters used to display a new View. This parameter value is assigned to the DialogControllerAcceptingEventArgs.ShowViewParameters property.

acceptActionArgs SimpleActionExecuteEventArgs

A SimpleActionExecuteEventArgs object that is the arguments passed to the DialogController.AcceptAction‘s Execute event. This parameter value is assigned to the DialogControllerAcceptingEventArgs.AcceptActionArgs property.

See Also