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