AODL.Document.Content.Charts.SeriesStyle.PropertyCollection_Removed C# (CSharp) 메소드

PropertyCollection_Removed() 개인적인 메소드

Properties the collection_ removed.
private PropertyCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
리턴 void
		private void PropertyCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((IProperty)value).Node);
		}