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

DesignerLoadedEventArgs(IDesignerHost) Constructor

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public DesignerLoadedEventArgs(
    IDesignerHost designerHost
)

Parameters

Name Type Description
designerHost IDesignerHost

An object implementing the IDesignerHost interface that is used to manage designer transactions and components. This value is assigned to the DesignerLoadedEventArgs.DesignerHost property.

See Also