AODL.Document.Content.Charts.SeriesStyle.PropertyCollection_Inserted C# (CSharp) Méthode

PropertyCollection_Inserted() private méthode

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