GenericEditorToolBaseCollectionItemTypeRemove Method |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual void Remove(
ItemType item
)
Public Overridable Sub Remove (
item As ItemType
)
public:
virtual void Remove(
ItemType item
)
abstract Remove :
item : 'ItemType -> unit
override Remove :
item : 'ItemType -> unit
Parameters
- item
- Type: ItemType
See Also