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 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