AODL.Document.Content.Charts.ChartAxis.Content_Inserted C# (CSharp) Method

Content_Inserted() private method

Content_s the inserted.
private Content_Inserted ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void Content_Inserted(int index, object value)
		{
			this.Node.AppendChild(((IContent)value).Node);
		}