DialogControllerAcceptingEventArgs(ShowViewParameters, SimpleActionExecuteEventArgs) Constructor
Creates a new instance of the DialogControllerAcceptingEventArgs class.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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