Click or drag to resize

EventDispatcher.AddEventListener Method (String, EventCallback1)

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

Parameters

strType
Type: System.String
callback
Type: FairyGUI.EventCallback1

Implements

IEventDispatcher.AddEventListener(String, EventCallback1)
See Also