com.onlineobject.objectnet Namespace

NetworkElementBase..::..HasEvent Method

Checks if an event with the specified event code is already registered.

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

Syntax


public bool HasEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check for existence.

Return Value

True if the event is registered; otherwise, false.