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

_contentCollection_Removed() 개인적인 메소드

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