Skip to main content

ComponentCollectionItem.ItemChanged Event

Fires when item property values are changed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event EventHandler ItemChanged

Event Data

The ItemChanged event's data class is EventArgs.

Remarks

Write an ItemChanged event handler to perform specific actions in response to changes in an item’s property value. Note that you can also write a Collection.CollectionItemChanged event handler for the corresponding collection. This event fires when property values of an item collection are changed.

Implements

See Also