AODL.Document.Styles.ListStyle.PropertyCollection_Removed C# (CSharp) Method

PropertyCollection_Removed() private method

Properties the collection_ removed.
private PropertyCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void PropertyCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((IProperty)value).Node);
		}
	}