Click or drag to resize
ViewEventDelegateRegister Method
Registers the passed callback for this view event.

Namespace: Slash.Unity.Common.ViewModels
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void Register(
	ViewEventEventDelegate callback
)

Parameters

callback
Type: Slash.Unity.Common.ViewModelsViewEventEventDelegate
Method to call when the specified view event occurs on the target behaviour.
See Also