Api object that represents MonoX event type.

Namespace: MonoSoftware.MonoX.API
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
[SerializableAttribute]
public class EventType
Visual Basic
<SerializableAttribute>
Public Class EventType
Visual C++
[SerializableAttribute]
public ref class EventType
F#
[<SerializableAttribute>]
type EventType =  class end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.MonoX.API..::..EventType

See Also