AODL.Document.Forms.ListFormProperty.PropertyValuesCollection_Removed C# (CSharp) 메소드

PropertyValuesCollection_Removed() 개인적인 메소드

private PropertyValuesCollection_Removed ( int index, object value ) : void
index int
value object
리턴 void
			private void PropertyValuesCollection_Removed(int index, object value)
			{
				this.Node.RemoveChild((value as ListFormPropertyElement).Node);
			}
		}