package System.Windows.Forms; public interface IToolStripItemCollectionOnAdd { void ItemAdded(ToolStripItem added); }