Click or drag to resize

NguiEventCommandTWidgetGetEvent Method

Returns the event from the specified target to observe.

Namespace:  Slash.Unity.DataBind.UI.NGUI.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract List<EventDelegate> GetEvent(
	TWidget target
)

Parameters

target
Type: TWidget
Target behaviour to get event from.

Return Value

Type: ListEventDelegate
Event from the specified target to observe.
See Also