WinControlContainer.WinControlChanged Event
Occurs when a new control is placed inside the WinControlContainer.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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