Back to Devexpress

IChooseDataProviderPageView.FavoriteChanged Event

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-dot-ichoosedataproviderpageview.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
event EventHandler<FavoriteChangedEventArgs> FavoriteChanged
vb
Event FavoriteChanged As EventHandler(Of FavoriteChangedEventArgs)

Event Data

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

PropertyDescription
ProviderKeyGets the data store provider associated with the changed favorite item.

See Also

IChooseDataProviderPageView Interface

IChooseDataProviderPageView Members

DevExpress.DataAccess.Wizard.Views Namespace