summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-06 13:15:32 +0100
committerRui Marinho <me@ruimarinho.net>2016-12-06 12:15:32 +0000
commit20e2e12dce2f81b92e8682f128cd81e08469f485 (patch)
tree965f0715dc24af3c0d0bd17740da9d962ed12927 /docs
parent10c65d035869fdc587f6ddddc0d472033af61ee6 (diff)
downloadxamarin-forms-20e2e12dce2f81b92e8682f128cd81e08469f485.tar.gz
xamarin-forms-20e2e12dce2f81b92e8682f128cd81e08469f485.tar.bz2
xamarin-forms-20e2e12dce2f81b92e8682f128cd81e08469f485.zip
[C] detach Behaviors and Triggers on VE finalization (#555)
* [C] detach Behaviors and Triggers on VE finalization * update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
index 426d8c60..9b28bf08 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
@@ -290,6 +290,22 @@
</remarks>
</Docs>
</Member>
+ <Member MemberName="Finalize">
+ <MemberSignature Language="C#" Value="~VisualElement ();" />
+ <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void Finalize() cil managed" />
+ <MemberType>Method</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <ReturnValue>
+ <ReturnType>System.Void</ReturnType>
+ </ReturnValue>
+ <Parameters />
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
<Member MemberName="Focus">
<MemberSignature Language="C#" Value="public bool Focus ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool Focus() cil managed" />