System.Windows.Forms.BindingsCollection.OnCollectionChanged C# (CSharp) Méthode

OnCollectionChanged() protected méthode

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