Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
Namespace: FirstFloor.Documents.BehaviorsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
protected override void OnDetaching() |
| Visual Basic |
|---|
Protected Overrides Sub OnDetaching |
| Visual C++ |
|---|
protected: virtual void OnDetaching() override |
Remarks
Override this to unhook functionality from the AssociatedObject.