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);
		}