AODL.Document.Content.Text.Footnote.TextContent_Inserted C# (CSharp) Метод

TextContent_Inserted() приватный Метод

Texts the content_ inserted.
private TextContent_Inserted ( int index, object value ) : void
index int The index.
value object The value.
Результат void
		private void TextContent_Inserted(int index, object value)
		{
			this.Node.AppendChild(((IText)value).Node);
		}