TheFieldInfo..::..UnregisterUXEvent Method
Unregisters a UX event
Namespace:
nsCDEngine.Engines.NMIServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public void UnregisterUXEvent( TheThing pBaseThing, string pEvent, string pCookie, Action<ICDEThing, Object> pCallback, bool rowsAreThings )
Parameters
- pBaseThing
- Type: nsCDEngine.Engines.ThingService..::..TheThing
Owner of the Control
- pEvent
- Type: String
Event to unregister
- pCookie
- Type: String
Cookie for the event
- pCallback
- Type: Action<(Of <(<'ICDEThing, Object>)>)>
Callback to unregister if null all callbacks are unregistered
- rowsAreThings
- Type: Boolean
Set if the event is on a table control that contains things