Click or drag to resize

EventDispatcherDispatchEvent Method (String, Object, Object)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool DispatchEvent(
	string strType,
	Object data,
	Object initiator
)

Parameters

strType
Type: SystemString
data
Type: SystemObject
initiator
Type: SystemObject

Return Value

Type: Boolean
See Also