C-DEngine 5.105

TheDataBase..::..IsEventRegistered Method

Returns true if the requested eThingEvents has registered callbacks

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsEventRegistered(
	string pEventName
)
Public Function IsEventRegistered ( _
	pEventName As String _
) As Boolean
public:
bool^ IsEventRegistered(
	String^ pEventName
)

Parameters

pEventName
Type: String
Event to be checked

Return Value

True if the event has callbacks