SPActivationEventArgs Class
Represents the event parameters of a workflow instance being initiated.
Inheritance Hierarchy
System.Object
System.EventArgs
System.Workflow.Activities.ExternalDataEventArgs
Microsoft.SharePoint.Workflow.SPActivationEventArgs
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SerializableAttribute> _
Public Class SPActivationEventArgs _
Inherits ExternalDataEventArgs
'Usage
Dim instance As SPActivationEventArgs
[SerializableAttribute]
public class SPActivationEventArgs : ExternalDataEventArgs
Remarks
When the ISharePointService raises an OnWorkflowActivated event, the event parameters are contained in the SPActivationEventArgs class.
For more information on workflow initiation, see Workflow Initiation in SharePoint Foundation.
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.