com.onlineobject.objectnet Namespace

UserCustomEvents..::..IsUserCustomEvent Method

Determines if the given event code is within the range of user custom events.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static bool IsUserCustomEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

true if the event code is a user custom event; otherwise, false.