EventReceiverUtility.ItemEventReceiverCodeToRunProps 委托
表示一个委托,该委托用于项事件接收器在运行代码。
命名空间: Microsoft.Office.Server.Utilities
程序集: Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)
语法
声明
Public Delegate Sub ItemEventReceiverCodeToRunProps ( _
properties As SPItemEventProperties _
)
用法
Dim instance As New ItemEventReceiverCodeToRunProps(AddressOf HandlerMethod)
public delegate void ItemEventReceiverCodeToRunProps(
SPItemEventProperties properties
)
参数
- properties
类型:Microsoft.SharePoint.SPItemEventProperties