Skip to main content
All docs
V25.1
  • DialogOpeningEventArgs(DialogParameters) Constructor

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

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public DialogOpeningEventArgs(
        DialogParameters dialogParameters
    )

    Parameters

    Name Type
    dialogParameters DialogParameters
    See Also