Click or drag to resize

EventTriggerCommandOnEvent 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 override void OnEvent(
	BaseEventData eventData
)

Parameters

eventData
Type: UnityEngine.EventSystemsBaseEventData
Data send with the event.
See Also