C-DEngine 5.105

TheBaseEngine..::..UnregisterEvent Method

Unregisters the call back with an event. If the callback is null, all callbacks of the event will be removed

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

Syntax


public void UnregisterEvent(
	string pEventName,
	Action<ICDEThing, Object> pCallback
)
Public Sub UnregisterEvent ( _
	pEventName As String, _
	pCallback As Action(Of ICDEThing, Object) _
)
public:
void UnregisterEvent(
	String^ pEventName, 
	Action<ICDEThing^, Object^>^ pCallback
)

Parameters

pEventName
Type: String
pCallback
Type: Action<(Of <(<'ICDEThing, Object>)>)>