EventTypes Enumeration
See Also 
SourceCode.Workflow.Authoring Namespace : EventTypes Enumeration



Glossary Item Box

Specifies the event type.

Syntax

Visual Basic (Declaration) 
Public Enum EventTypes 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As EventTypes
C# 
public enum EventTypes : System.Enum 
C++/CLI 
public enum class EventTypes : public System.Enum 

Members

MemberDescription
ClientA Type representing a Client event.
IPCA Type representing a IPC event.
ServerA Type representing a Server event.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Workflow.Authoring.EventTypes

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