C-DEngine 5.105

IBaseEngine..::..UnregisterEvent Method

New in V3.0: Unregisters an Event with this Engines Base Thing (short for this.GetBaseThing().UnregisterEvent() but verifies that the BaseThing is valid and active)

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

Syntax


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

Parameters

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