Skip to main content
A newer version of this page is available. .
All docs
V22.2

DialogClosedEventArgs(Nullable<Boolean>, Boolean) Constructor

Initializes a new instance of the DialogClosedEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v22.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DialogClosedEventArgs(
    bool? dialogResult,
    bool readOnlyChecked
)

Parameters

Name Type
dialogResult Nullable<Boolean>
readOnlyChecked Boolean
See Also