WorkflowMenuCommand Constructor(String,EventHandler,CommandID)
See Also 
SourceCode.Workflow.Authoring.Design Namespace > WorkflowMenuCommand Class > WorkflowMenuCommand Constructor : WorkflowMenuCommand Constructor(String,EventHandler,CommandID)



text
handler
startCommandID

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal text As String, _
   ByVal handler As EventHandler, _
   ByVal startCommandID As CommandID _
)
Visual Basic (Usage) Copy Code
Dim text As String
Dim handler As EventHandler
Dim startCommandID As CommandID
 
Dim instance As New WorkflowMenuCommand(text, handler, startCommandID)
C#  
public WorkflowMenuCommand( 
   string text,
   EventHandler handler,
   CommandID startCommandID
)
C++/CLI  
public:
WorkflowMenuCommand( 
   String^ text,
   EventHandler^ handler,
   CommandID^ startCommandID
)

Parameters

text
handler
startCommandID

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