Back to Devexpress

IChooseEFContextPageView.ContextNameChanged Event

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-dot-ichooseefcontextpageview-e7061d8f.md

latest1.6 KB
Original Source

IChooseEFContextPageView.ContextNameChanged Event

Occurs when the selected item in the list of available data contexts is changed.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
event EventHandler<ContextNameChangedEventArgs> ContextNameChanged
vb
Event ContextNameChanged As EventHandler(Of ContextNameChangedEventArgs)

Event Data

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

PropertyDescription
ContextNameThe name of the selected data context.

See Also

IChooseEFContextPageView Interface

IChooseEFContextPageView Members

DevExpress.DataAccess.Wizard.Views Namespace