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

BaseObject.Changed Event

Occurs after any property of the BaseObject object has been changed.

Namespace: DevExpress.XtraGauges.Core.Base

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public virtual event EventHandler Changed

Event Data

The Changed event's data class is EventArgs.

Remarks

Handle the Changed event to respond to changing the object.

See Also