Skip to main content
All docs
V25.1
  • DialogClosedEventArgs(Nullable<Boolean>, Boolean) Constructor

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

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DialogClosedEventArgs(
        bool? dialogResult,
        bool readOnlyChecked
    )

    Parameters

    Name Type
    dialogResult Nullable<Boolean>
    readOnlyChecked Boolean
    See Also