Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DialogControllerAcceptingEventArgs.AcceptActionArgs Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.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