A newer version of this page is available.
Switch to the current version.
ChooseEFContextPageView.ContextNameChanged Event
Occurs when the selected item in the list of available data contexts is changed.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v18.2.UI.dll
Declaration
public event EventHandler<ContextNameChangedEventArgs> ContextNameChanged
Public 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:
Property | Description |
---|---|
ContextName | The name of the selected data context. |
Implements
See Also
Feedback