ChooseEFContextPageView.ContextNameChanged Event
In This Article
Occurs when the selected item in the list of available data contexts is changed.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public 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 |
---|---|
Context |
The name of the selected data context. |
See Also