TheDataBase..::..UnregisterEvent Method
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
Unregister a previously registered callback
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public virtual bool UnregisterEvent( string pEventName, Action<Object, TheProcessMessage> pCallback )
<ObsoleteAttribute> _ Public Overridable Function UnregisterEvent ( _ pEventName As String, _ pCallback As Action(Of Object, TheProcessMessage) _ ) As Boolean
[ObsoleteAttribute] public: virtual bool^ UnregisterEvent( String^ pEventName, Action<Object^, TheProcessMessage^>^ pCallback )
Parameters
- pEventName
- Type: String
eThingEvents that holds the callback
- pCallback
- Type: Action<(Of <(<'Object, TheProcessMessage>)>)>
The callback to unregister