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

OnCollectionChanging() protected method

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