AODL.Document.Styles.MasterStyles.TextPageHeaderFooterBase._contentCollection_Inserted C# (CSharp) 메소드

_contentCollection_Inserted() 개인적인 메소드

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