DialogControllerAcceptingEventArgs.AcceptActionArgs Property
Arguments passed to the DialogController.AcceptAction‘s Execute event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
SimpleActionExecuteEventArgs | A SimpleActionExecuteEventArgs object that is the arguments passed to the AcceptAction‘s Execute event. |
See Also