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

CustomizeTableNameEventArgs Class

Arguments passed to the XafApplication.CustomizeTableName event.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.1.dll

Declaration

public class CustomizeTableNameEventArgs :
    HandledEventArgs

Remarks

The CustomizeTableName event occurs when persistent classes found in the application’s modules are loaded to the Application Model. Handle this event, to rename tables that store objects of a particular persistent type.

Inheritance

Object
EventArgs
HandledEventArgs
CustomizeTableNameEventArgs
See Also