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

OnCollectionChanging() protected méthode

protected OnCollectionChanging ( CollectionChangeEventArgs e ) : void
e System.ComponentModel.CollectionChangeEventArgs
Résultat void
		protected virtual void OnCollectionChanging (CollectionChangeEventArgs e)
		{
			if (CollectionChanging != null)
				CollectionChanging (this, e);
		}