EventExists Method
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > EventAssist Class : EventExists Method



Activity
EventText

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function EventExists( _
   ByVal Activity As Activity, _
   ByVal EventText As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim Activity As Activity
Dim EventText As String
Dim value As Boolean
 
value = EventAssist.EventExists(Activity, EventText)
C#  
public static bool EventExists( 
   Activity Activity,
   string EventText
)
C++/CLI  
public:
static bool EventExists( 
   Activity^ Activity,
   String^ EventText
) 

Parameters

Activity
EventText

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