Click or drag to resize
ViewEventDelegate Class
Allows registering as listener for a specific view event of a MonoBehaviour.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.ViewModelsViewEventDelegate

Namespace: Slash.Unity.Common.ViewModels
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
[SerializableAttribute]
public class ViewEventDelegate

The ViewEventDelegate type exposes the following members.

Constructors
  NameDescription
Public methodViewEventDelegate
Initializes a new instance of the ViewEventDelegate class
Top
Properties
  NameDescription
Public propertyField
View event to register as listener for.
Public propertySource
Mono behaviour instance to register as listener at.
Top
Methods
  NameDescription
Public methodRegister
Registers the passed callback for this view event.
Top
See Also