System.Windows.Forms.BindingsCollection.OnCollectionChanged C# (CSharp) Метод

OnCollectionChanged() защищенный Метод

protected OnCollectionChanged ( System ccevent ) : void
ccevent System
Результат void
		protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) {
			if (CollectionChanged!=null) CollectionChanged(this, ccevent);
		}