Skip to main content

WinControlContainer.WinControlChanged Event

Occurs when a new control is placed inside the WinControlContainer.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual event EventHandler WinControlChanged

Event Data

The WinControlChanged event's data class is EventArgs.

Remarks

This event is raised every time the WinControlContainer.WinControl property is set to a new control.

See Also