C-DEngine 5.105

TheFieldInfo..::..UnregisterUXEvent Method

Unregisters a UX event

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

Syntax


public void UnregisterUXEvent(
	TheThing pBaseThing,
	string pEvent,
	string pCookie,
	Action<ICDEThing, Object> pCallback,
	bool rowsAreThings
)
Public Sub UnregisterUXEvent ( _
	pBaseThing As TheThing, _
	pEvent As String, _
	pCookie As String, _
	pCallback As Action(Of ICDEThing, Object), _
	rowsAreThings As Boolean _
)
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