UpdateTextBindingOnPropertyChanged.OnAttached Method

Called after the behavior is attached to an AssociatedObject.

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

Syntax

protected override void OnAttached()
'Declaration
Protected Overrides Sub OnAttached

Remarks

Override this to hook up functionality to the AssociatedObject.

See Also

UpdateTextBindingOnPropertyChanged Class

Microsoft.Practices.Prism.Interactivity Namespace