WorkflowDefinitionStorageEventReceiver.ItemDeleting method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)
Syntax
'Declaration
Public Overrides Sub ItemDeleting ( _
properties As SPItemEventProperties _
)
'Usage
Dim instance As WorkflowDefinitionStorageEventReceiver
Dim properties As SPItemEventProperties
instance.ItemDeleting(properties)
public override void ItemDeleting(
SPItemEventProperties properties
)
Parameters
- properties
Type: Microsoft.SharePoint.SPItemEventProperties
See also
Reference
WorkflowDefinitionStorageEventReceiver class