Click or drag to resize

UnityEventCommandTBehaviour, TEventDataOnEvent Method

Called when an the event on the target occurred that this command is listening to. By default this will invoke the command with the received event data, but derived commands may modify the event data first.

Namespace:  Slash.Unity.DataBind.UI.Unity.Commands
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected virtual void OnEvent(
	TEventData eventData
)

Parameters

eventData
Type: TEventData
Data send with the event.
See Also