UpdateTextBindingOnPropertyChanged Class

Custom behavior that updates the source of a binding on a text box as the text changes.

Namespace:  Microsoft.Practices.Prism.Interactivity
Assembly:  Microsoft.Practices.Prism.Interactivity (in Microsoft.Practices.Prism.Interactivity.dll)

Syntax

public class UpdateTextBindingOnPropertyChanged : Behavior<TextBox>
'Declaration
Public Class UpdateTextBindingOnPropertyChanged _
    Inherits Behavior(Of TextBox)

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    System.Windows.Interactivity.Behavior
      System.Windows.Interactivity.Behavior<TextBox>
        Microsoft.Practices.Prism.Interactivity.UpdateTextBindingOnPropertyChanged

See Also

UpdateTextBindingOnPropertyChanged Members

Microsoft.Practices.Prism.Interactivity Namespace