Skip to main content

DialogControllerAcceptingEventArgs.AcceptActionArgs Property

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

Namespace: DevExpress.ExpressApp.SystemModule

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