Compartilhar via


SPActivationEventArgs class

Representa os parâmetros de evento de uma instância de fluxo de trabalho está sendo iniciada.

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

'Declaração
<SerializableAttribute> _
Public Class SPActivationEventArgs _
    Inherits ExternalDataEventArgs
'Uso
Dim instance As SPActivationEventArgs
[SerializableAttribute]
public class SPActivationEventArgs : ExternalDataEventArgs

Comentários

Quando o ISharePointService gera um evento de OnWorkflowActivated , os parâmetros de evento são contidos na classe SPActivationEventArgs .

Para obter mais informações sobre inicialização de fluxo de trabalho, consulte 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.

Ver também

Referência

SPActivationEventArgs members

Microsoft.SharePoint.Workflow namespace