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

PropertyValuesCollection_Inserted() 개인적인 메소드

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