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

Sets the event type

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected void SetEventType(
	int index,
	EventType value
)
Visual Basic (Declaration)
Protected Sub SetEventType ( _
	index As Integer, _
	value As EventType _
)
Visual C++
protected:
void SetEventType(
	int index, 
	EventType value
)

Parameters

index
Type: System..::.Int32
The index of the property
value
Type: OfficeClip.Utils..::.EventType
The value of the property

See Also