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

    Occurs each time a user adds or removes a data source item from favorites.

    Namespace: DevExpress.DataAccess.Wizard.Views

    Assembly: DevExpress.DataAccess.v25.2.dll

    Declaration

    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