AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase._contentCollection_Inserted C# (CSharp) Method

_contentCollection_Inserted() private method

Called after content was added.
private _contentCollection_Inserted ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void _contentCollection_Inserted(int index, object value)
		{
			this.ContentNode.AppendChild(((IContent)value).Node);
		}