Click or drag to resize

InputFieldTextObserver Class

Observes value changes of the text of an input field.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Foundation.ObserversComponentDataObserverInputField, String
    Slash.Unity.DataBind.UI.Unity.ObserversInputFieldTextObserver

Namespace:  Slash.Unity.DataBind.UI.Unity.Observers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class InputFieldTextObserver : ComponentDataObserver<InputField, string>

The InputFieldTextObserver type exposes the following members.

Constructors
  NameDescription
Public methodInputFieldTextObserver
Initializes a new instance of the InputFieldTextObserver class
Top
Methods
Fields
  NameDescription
Public fieldOnlyUpdateValueOnEndEdit
If set, the ValueChanged event is only dispatched when editing of the input field ended (i.e. input field left).
Top
See Also