Skip to main content

DesignerLoadedEventArgs(IDesignerHost) Constructor

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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