System.Windows.Forms.BindingsCollection.OnCollectionChanged C# (CSharp) Method

OnCollectionChanged() protected method

protected OnCollectionChanged ( System ccevent ) : void
ccevent System
return void
		protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) {
			if (CollectionChanged!=null) CollectionChanged(this, ccevent);
		}