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

ConfirmationDialogClosedEventArgs Class

Provides data for the Messaging.ConfirmationDialogClosed event.

Namespace: DevExpress.ExpressApp.Win.Core

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public class ConfirmationDialogClosedEventArgs :
    EventArgs

Remarks

The ConfirmationDialogClosedEventArgs class declares the ConfirmationDialogClosedEventArgs.DialogResult property, which exposes the user choice in the confirmation dialog.

Inheritance

Object
EventArgs
ConfirmationDialogClosedEventArgs
See Also