Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

event EventHandler<ContextNameChangedEventArgs> ContextNameChanged

Event Data

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

Property Description
ContextName The name of the selected data context.
See Also