[This is preliminary documentation and is subject to change.]

The event type of the event.

Namespace:  OfficeClip.BusinessLayer.Desktop
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public EventType EventType { get; set; }
Visual Basic (Declaration)
Public Property EventType As EventType
Visual C++
public:
property EventType EventType {
	EventType get ();
	void set (EventType value);
}

See Also