ComponentCollectionItem.ItemChanged Event
Fires when item property values are changed.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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