XlateWorkflow.WantSetState Method
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)
Syntax
'Declaration
Public Sub WantSetState ( _
sender As Object, _
e As ConditionalEventArgs _
)
'Usage
Dim instance As XlateWorkflow
Dim sender As Object
Dim e As ConditionalEventArgs
instance.WantSetState(sender, e)
public void WantSetState(
Object sender,
ConditionalEventArgs e
)
Parameters
- sender
Type: System.Object