Skip to main content
All docs
V25.2
  • FavoriteChangedEventArgs(String) Constructor

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

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.2.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public FavoriteChangedEventArgs(
        string key
    )

    Parameters

    Name Type
    key String
    See Also