BaseObject.Changed Event
Occurs after any property of the BaseObject object has been changed.
Namespace: DevExpress.XtraGauges.Core.Base
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Event Data
The Changed event's data class is EventArgs.
Remarks
Handle the Changed event to respond to changing the object.
See Also