Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal text As String, _ ByVal handler As EventHandler _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim text As String Dim handler As EventHandler Dim instance As New WorkflowDesignerVerb(text, handler) |
C# | |
---|---|
public WorkflowDesignerVerb( string text, EventHandler handler ) |
C++/CLI | |
---|---|
public: WorkflowDesignerVerb( String^ text, EventHandler^ handler ) |
Parameters
- text
- handler
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