Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public DialogClosedEventArgs(
        bool? dialogResult,
        bool readOnlyChecked
    )

    Parameters

    Name Type
    dialogResult Nullable<Boolean>
    readOnlyChecked Boolean
    See Also