Skip to main content
.NET 6.0+

DialogControllerAcceptingEventArgs.AcceptActionArgs Property

Arguments passed to the DialogController.AcceptAction‘s Execute event.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SimpleActionExecuteEventArgs AcceptActionArgs { get; }

Property Value

Type Description
SimpleActionExecuteEventArgs

A SimpleActionExecuteEventArgs object that is the arguments passed to the AcceptAction‘s Execute event.

See Also