AODL.Document.Content.Charts.SeriesStyle.PropertyCollection_Removed C# (CSharp) Метод

PropertyCollection_Removed() приватный метод

Properties the collection_ removed.
private PropertyCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
Результат void
		private void PropertyCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((IProperty)value).Node);
		}