Skip to main content
All docs
V25.2
  • ChooseDataProviderPageView.FavoriteChanged Event

    Namespace: DevExpress.DataAccess.UI.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.2.UI.dll

    NuGet Package: DevExpress.DataAccess.UI

    Declaration

    public event EventHandler<FavoriteChangedEventArgs> FavoriteChanged

    Event Data

    The FavoriteChanged event's data class is FavoriteChangedEventArgs. The following properties provide information specific to this event:

    Property Description
    ProviderKey Gets the data store provider associated with the changed favorite item.
    See Also