Override to handle deletion of an item.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected abstract void DeleteItem(
	TObject item
)

Parameters

item
Type: TObject
The item to delete.

See Also