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

TableCellStyleFormShowingEventArgs(TableCellStyleFormControllerParameters) Constructor

Initializes a new instance of the TableCellStyleFormShowingEventArgs class with the specified settings.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public TableCellStyleFormShowingEventArgs(
    TableCellStyleFormControllerParameters controllerParameters
)

Parameters

Name Type Description
controllerParameters TableCellStyleFormControllerParameters

A TableCellStyleFormControllerParameters object.

See Also