Share via


MultiLangEventReceiver.ItemDeleting Method

Occurs before an existing item is completely deleted.

Namespace:  Microsoft.Office.DocumentManagement.Server
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Overrides Sub ItemDeleting ( _
    properties As SPItemEventProperties _
)
'Usage
Dim instance As MultiLangEventReceiver
Dim properties As SPItemEventProperties

instance.ItemDeleting(properties)
public override void ItemDeleting(
    SPItemEventProperties properties
)

Parameters

Remarks

When a placeholder document is deleted, this method also deletes the tasks associated with it and deletes the user's alerts for the base document.

For more information about trapping events that occur to items, see the Microsoft.SharePoint.SPItemEventReceiver.

See Also

Reference

MultiLangEventReceiver Class

MultiLangEventReceiver Members

Microsoft.Office.DocumentManagement.Server Namespace