EventReceiverUtility.ItemEventReceiverCodeToRunProps delegate

Represents a delegate used to run code in an item event receiver.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Delegate Sub ItemEventReceiverCodeToRunProps ( _
    properties As SPItemEventProperties _
)
'Usage
Dim instance As New ItemEventReceiverCodeToRunProps(AddressOf HandlerMethod)
public delegate void ItemEventReceiverCodeToRunProps(
    SPItemEventProperties properties
)

Parameters

See also

Reference

Microsoft.Office.Server.Utilities namespace