Skip to main content
A newer version of this page is available. .

DialogControllerAcceptingEventArgs.AcceptActionArgs Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

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