Override to handle deletion of an item.

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

Syntax

C#
protected abstract void DeleteItem(
	TObject item
)

Parameters

item
Type: TObject
The item to delete.

See Also