Share via


SPModificationEventArgs.data Field

The context data of the workflow modification.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public data As String
'Usage
Dim instance As SPModificationEventArgs
Dim value As String

value = instance.data

instance.data = value
public string data

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 (SharePoint Foundation).

See Also

Reference

SPModificationEventArgs Class

SPModificationEventArgs Members

Microsoft.SharePoint.Workflow Namespace

ContextData