Skip to main content
.NET 6.0+

CustomizeTableNameEventArgs(String) Constructor

Creates a new instance of the CustomizeTableNameEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.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