Click or drag to resize

IEventDispatcherAddEventListener Method (String, EventCallback1)

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

Parameters

strType
Type: SystemString
callback
Type: FairyGUIEventCallback1
See Also