AODL.Document.Forms.Controls.ODFComboBox.ItemCollection_Inserted C# (CSharp) Méthode

ItemCollection_Inserted() private méthode

private ItemCollection_Inserted ( int index, object value ) : void
index int
value object
Résultat void
		private void ItemCollection_Inserted(int index, object value)
		{
			ODFItem opt = value as ODFItem;
			Node.AppendChild(opt.Node);
		}