DialogControllerAcceptingEventArgs.AcceptActionArgs Property
In This Article
Arguments passed to the DialogController.AcceptAction‘s Execute event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public SimpleActionExecuteEventArgs AcceptActionArgs { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
See Also