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

ReportStructureEditorFormShowingEventArgs(ReportStructureEditorFormControllerParameters) Constructor

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

Namespace: DevExpress.Snap

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

Declaration

public ReportStructureEditorFormShowingEventArgs(
    ReportStructureEditorFormControllerParameters controllerParameters
)

Parameters

Name Type Description
controllerParameters ReportStructureEditorFormControllerParameters

A ReportStructureEditorFormControllerParameters object.

See Also