AODL.Document.Forms.Controls.ODFComboBox.ItemCollection_Inserted C# (CSharp) Метод

ItemCollection_Inserted() приватный Метод

private ItemCollection_Inserted ( int index, object value ) : void
index int
value object
Результат void
		private void ItemCollection_Inserted(int index, object value)
		{
			ODFItem opt = value as ODFItem;
			Node.AppendChild(opt.Node);
		}