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);
			}