del método SPWorkflowEventReceiver.WorkflowStarted
Un método de controlador de código auxiliar para el evento SPEventReceiverType.WorkflowStarted . Para controlar este evento, reemplazar este método en una clase derivada.
Espacio de nombres: Microsoft.SharePoint.Workflow
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Overridable Sub WorkflowStarted ( _
properties As SPWorkflowEventProperties _
)
'Uso
Dim instance As SPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowStarted(properties)
public virtual void WorkflowStarted(
SPWorkflowEventProperties properties
)
Parámetros
properties
Tipo: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesContiene información acerca del evento WorkflowStarted .
Implementaciones
ISPWorkflowEventReceiver.WorkflowStarted(SPWorkflowEventProperties)