Add Method
See Also 
SourceCode.Workflow.Management Namespace > EventActions Class : Add Method



eAction

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub Add( _
   ByVal eAction As EventAction _
) 
Visual Basic (Usage) Copy Code
Dim instance As EventActions
Dim eAction As EventAction
 
instance.Add(eAction)
C#  
public void Add( 
   EventAction eAction
)
C++/CLI  
public:
void Add( 
   EventAction^ eAction
) 

Parameters

eAction

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