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.v18.2.dll

Declaration

public ContextNameChangedEventArgs(
    string contextName
)

Parameters

Name Type Description
contextName String

A string specifying the context name.

See Also