ChooseDataProviderPageView.FavoriteChanged Event
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v25.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
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