Called after the behavior is attached to an AssociatedObject.

Namespace: FirstFloor.Documents.Behaviors
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected override void OnAttached()
Visual Basic
Protected Overrides Sub OnAttached
Visual C++
protected:
virtual void OnAttached() override

Remarks

Override this to hook up functionality to the AssociatedObject.

See Also