AODL.Document.Forms.ListFormProperty.PropertyValuesCollection_Inserted C# (CSharp) Method

PropertyValuesCollection_Inserted() private method

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