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

WinControlContainer.WinControlChanged Event

Occurs when a new Control object is placed into the WinControlContainer object.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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