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

ChangeEventArgs Class

Provides data for the events that are associated with changes to property values.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class ChangeEventArgs :
    EventArgs

Remarks

Examples of the events associated with the property’s value changes are XRControl.LocationChanged and XRControl.SizeChanged.

Inheritance

Object
EventArgs
ChangeEventArgs
See Also