Skip to main content
A newer version of this page is available. .

ContextNameChangedEventArgs(String) Constructor

Initializes a new instance of the ContextNameChangedEventArgs class with the specified settings.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public ContextNameChangedEventArgs(
    string contextName
)

Parameters

Name Type Description
contextName String

A string specifying the context name.

See Also