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

XRDesignPanel.ComponentChanged Event

Occurs when altering a property that belongs to any component in the designer host of the report currently being edited.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event ComponentChangedEventHandler ComponentChanged

Event Data

The ComponentChanged event's data class is ComponentChangedEventArgs. The following properties provide information specific to this event:

Property Description
Component Gets the component that was modified.
Member Gets the member that has been changed.
NewValue Gets the new value of the changed member.
OldValue Gets the old value of the changed member.

Remarks

This event is raised after changing any property of a component which persisted in the report being currently edited in the XRDesignPanel.

See Also