Click or drag to resize

EventListener Constructor

Initializes a new instance of the EventListener class

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public EventListener(
	EventDispatcher owner,
	string type
)

Parameters

owner
Type: FairyGUIEventDispatcher
type
Type: SystemString
See Also