CollectionItemEventArgs(Object) Constructor
Creates an instance of the CollectionItemEventArgs class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | Object | An object representing the item whose changes invoked the Collection.CollectionItemChanged event. |
Remarks
The item parameter value is assigned to the CollectionItemEventArgs.Item property.
CollectionItemEventArgs objects are not designed to be created directly from your code. An instance of this class is created automatically each time the Collection.CollectionItemChanged event fires.
See Also