SPModificationEventArgs class
Represents the event parameters of an event involving a workflow modification.
Inheritance hierarchy
System.Object
System.EventArgs
System.Workflow.Activities.ExternalDataEventArgs
Microsoft.SharePoint.Workflow.SPModificationEventArgs
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SPModificationEventArgs _
Inherits ExternalDataEventArgs
'Usage
Dim instance As SPModificationEventArgs
[SerializableAttribute]
public class SPModificationEventArgs : ExternalDataEventArgs
Remarks
When the IWorkflowModificationService raises an event, the event parameters are contained in an SPModificationEventArgs object.
For more information on workflow modifications, see Workflow Modification Forms.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.