Visual Basic (Declaration) | |
---|---|
Public Property StartWork As Action(Of AsyncWindow) |
Visual Basic (Usage) | ![]() |
---|---|
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); } |
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