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

CustomizeTableNameEventArgs(String) Constructor

Creates a new instance of the CustomizeTableNameEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public CustomizeTableNameEventArgs(
    string tableName
)

Parameters

Name Type Description
tableName String

A string specifying the name of the table to be renamed.

See Also