Moonware.Common
EventType Enumeration



Possible event types to be handled by rules
Syntax
'Declaration
 
<DataContractAttribute()>
Public Enum EventType 
   Inherits System.Enum
'Usage
 
Dim instance As EventType
[DataContractAttribute()]
public enum EventType : System.Enum 
[DataContractAttribute()]
public enum class EventType : public System.Enum 
Members
MemberDescription
AudioFinished Raises when a sound was interrupted in a channel.
AudioStart Raises when a sound was detected in a channel.
GlobalVariableChanged Raises when a global variable has changed
MotionFinished Raises when a motion was finished.
MotionStart Raises when motion detector detects a motion.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Moonware.Common.EventType

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

Reference

Moonware.Common Namespace

Send Feedback