export interface IItemsChangedEventArgs { added: T[]; removed: T[]; }