Click or drag to resize

CollectionDataBindingTItemItemInserted Field

Action to execute when an item was inserted to the collection.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Action<int, TItem> ItemInserted

Field Value

Type: ActionInt32, TItem
See Also