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
properties
Type: Microsoft.SharePoint.SPItemEventPropertiesAn SPItemEventProperties object that represents properties of the event handler.
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.