MoonTest.System.Windows.Controls.ComboBoxPoker.OnItemsChanged C# (CSharp) Method

OnItemsChanged() protected method

protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
return void
		protected override void OnItemsChanged (NotifyCollectionChangedEventArgs e)
		{
			methods.Add (new Value { MethodName = "OnItemsChanged", MethodParams = new object [] { e } });

			if (CallBaseOnItemsChanged)
				base.OnItemsChanged (e);
		}