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)

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.

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.

See also

Reference

SPActivationEventArgs members

Microsoft.SharePoint.Workflow namespace