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

_contentCollection_Removed() private method

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