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

XRDesignPanel.DesignerHostLoading Event

For internal use. Occurs when the host of the current XRDesignPanel instance starts loading.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event EventHandler DesignerHostLoading

Event Data

The DesignerHostLoading event's data class is EventArgs.

Remarks

This event is intended for internal use only, and normally you don’t need to use it.

See Also