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

PropertyCollection_Inserted() 개인적인 메소드

Properties the collection_ inserted.
private PropertyCollection_Inserted ( int index, object value ) : void
index int The index.
value object The value.
리턴 void
		private void PropertyCollection_Inserted(int index, object value)
		{
			this.Node.AppendChild(((IProperty)value).Node);
		}