AODL.Document.Content.Tables.RowHeader.RowCollection_Removed C# (CSharp) Méthode

RowCollection_Removed() private méthode

Rows the collection_ removed.
private RowCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
Résultat void
		private void RowCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((Row)value).Node);
		}