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

DialogControllerAcceptingEventArgs(ShowViewParameters, SimpleActionExecuteEventArgs) Constructor

Creates a new instance of the DialogControllerAcceptingEventArgs class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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