Skip to main content

ContextNameChangedEventArgs(String) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public ContextNameChangedEventArgs(
    string contextName
)

Parameters

Name Type Description
contextName String

A string specifying the context name.

See Also