Skip to main content

CollectionItemEventArgs(Object) Constructor

Creates an instance of the CollectionItemEventArgs class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public CollectionItemEventArgs(
    object item
)

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