Skip to main content

CustomizeTableNameEventArgs(String) Constructor

Creates a new instance of the CustomizeTableNameEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

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