AttachableCollection.OnAttached Method

Called immediately after the collection is attached to an AssociatedObject.

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

Syntax

'Declaration
Protected MustOverride Sub OnAttached
'Usage

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

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