Click or drag to resize

EventDispatcherRemoveEventListener Method (String, EventCallback0)

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

Parameters

strType
Type: SystemString
callback
Type: FairyGUIEventCallback0

Implements

IEventDispatcherRemoveEventListener(String, EventCallback0)
See Also