System.ComponentModel.CollectionChangeEventArgs public class CollectionChangeEventArgs : EventArgs Documentation public virtual CollectionChangeAction Action { get; } public virtual object Element { get; } public CollectionChangeEventArgs(CollectionChangeAction action, object element)