Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeTableNameEventArgs(String) Constructor

Creates a new instance of the CustomizeTableNameEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomizeTableNameEventArgs(
    string tableName
)

Parameters

Name Type Description
tableName String

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

See Also