StartWork Property
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > AsyncWindowSetup Structure : StartWork Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property StartWork As Action(Of AsyncWindow)
Visual Basic (Usage) Copy Code
Dim instance As AsyncWindowSetup
Dim value As Action(Of AsyncWindow)
 
instance.StartWork = value
 
value = instance.StartWork
C#  
public Action<AsyncWindow> StartWork {get; set;}
C++/CLI  
public:
property Action<AsyncWindow^>^ StartWork {
   Action<AsyncWindow^>^ get();
   void set (    Action<AsyncWindow^>^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also