Click or drag to resize

IEventDispatcherRemoveEventListener Method (String, EventCallback0)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void RemoveEventListener(
	string strType,
	EventCallback0 callback
)

Parameters

strType
Type: SystemString
callback
Type: FairyGUIEventCallback0
See Also