DesignerLoadedEventArgs(IDesignerHost) Constructor
Initializes a new instance of the DesignerLoadedEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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