 | ItemsSetterRemoveItem Method |
Removes the item with the specified item context.
Namespace:
Slash.Unity.DataBind.Foundation.Setters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected abstract void RemoveItem(
Object itemContext
)
Protected MustOverride Sub RemoveItem (
itemContext As Object
)
protected:
virtual void RemoveItem(
Object^ itemContext
) abstract
abstract RemoveItem :
itemContext : Object -> unit
Parameters
- itemContext
- Type: SystemObject
Item context of the item to remove.
See Also