AttachableCollection.OnDetaching Method

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

Namespace: System.Windows.Interactivity
Assembly: System.Windows.Interactivity (in system.windows.interactivity.dll)

Syntax

'Declaration
Protected MustOverride Sub OnDetaching
'Usage

Me.OnDetaching
protected abstract void OnDetaching ()
protected:
virtual void OnDetaching () abstract
protected abstract void OnDetaching ()
protected abstract function OnDetaching ()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AttachableCollection Generic Class
AttachableCollection Members
System.Windows.Interactivity Namespace