del método SPWorkflowEventReceiver.WorkflowStarting
Un método de controlador de código auxiliar para el evento SPEventReceiverType.WorkflowStarting . 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 WorkflowStarting ( _
properties As SPWorkflowEventProperties _
)
'Uso
Dim instance As SPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowStarting(properties)
public virtual void WorkflowStarting(
SPWorkflowEventProperties properties
)
Parámetros
properties
Tipo: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesContiene información acerca del evento WorkflowStarting
Implementaciones
ISPWorkflowEventReceiver.WorkflowStarting(SPWorkflowEventProperties)