Click or drag to resize

EventDispatcher.DispatchEvent 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: System.String
data
Type: System.Object
initiator
Type: System.Object

Return Value

Type: Boolean
See Also