Return the event type that caused the callback.

Namespace: Com.Tibco.As.Space.Event
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
EventType Type { get; }
Visual Basic
ReadOnly Property Type As EventType
	Get
Visual C++
property EventType Type {
	EventType get ();
}
F#
abstract Type : EventType with get

Property Value

Type: EventType
The event type

See Also