UpdateTextBindingOnPropertyChanged.OnDetaching Method

Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.

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

Syntax

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

Remarks

Override this to unhook functionality from the AssociatedObject.

See Also

UpdateTextBindingOnPropertyChanged Class

Microsoft.Practices.Prism.Interactivity Namespace