Back to Devexpress

ChooseEFContextPageView.ContextNameChanged Event

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-dot-chooseefcontextpageview-32296677.md

latest1.6 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public event EventHandler<ContextNameChangedEventArgs> ContextNameChanged
vb
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:

PropertyDescription
ContextNameThe name of the selected data context.

See Also

ChooseEFContextPageView Class

ChooseEFContextPageView Members

DevExpress.DataAccess.UI.Wizard.Views Namespace