ClassCollectionChangedEventArgs
Class
Represents event data for the CollectionChanged event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class CollectionChangedEventArgs
Inheritance: objectCollectionChangedEventArgs
Constructors
CollectionChangedEventArgs(object, int, ItemsChangeOperation)
Initializes a new instance of the CollectionChangedEventArgs class using the target, the index of the item, and the item's change operation.
Declaration
cs-api-definition
public CollectionChangedEventArgs(object target, int index, ItemsChangeOperation operation)
Parameters
target
index
operation