summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2016-07-12 19:24:04 +0100
committerJason Smith <jason.smith@xamarin.com>2016-07-12 11:24:04 -0700
commit54e9fe2180e938df87c698a31dfb7fabca83278e (patch)
tree1c0364c4f662be535802d20848bb6c2fdc1647ab /docs/Xamarin.Forms.Core
parent39b12a48647bc528fadf423af591658a893d0b9a (diff)
downloadxamarin-forms-54e9fe2180e938df87c698a31dfb7fabca83278e.tar.gz
xamarin-forms-54e9fe2180e938df87c698a31dfb7fabca83278e.tar.bz2
xamarin-forms-54e9fe2180e938df87c698a31dfb7fabca83278e.zip
Update docs for PoppedToRootEventArgs (#253)
Diffstat (limited to 'docs/Xamarin.Forms.Core')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/PoppedToRootEventArgs.xml17
-rw-r--r--docs/Xamarin.Forms.Core/index.xml2
2 files changed, 12 insertions, 7 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/PoppedToRootEventArgs.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/PoppedToRootEventArgs.xml
index 98b78287..07fcd19f 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/PoppedToRootEventArgs.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/PoppedToRootEventArgs.xml
@@ -20,23 +20,25 @@
</Docs>
<Members>
<Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public PoppedToRootEventArgs (Xamarin.Forms.Page page);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Xamarin.Forms.Page page) cil managed" />
+ <MemberSignature Language="C#" Value="public PoppedToRootEventArgs (Xamarin.Forms.Page page, System.Collections.Generic.IEnumerable&lt;Xamarin.Forms.Page&gt; poppedPages);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Xamarin.Forms.Page page, class System.Collections.Generic.IEnumerable`1&lt;class Xamarin.Forms.Page&gt; poppedPages) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="page" Type="Xamarin.Forms.Page" />
+ <Parameter Name="poppedPages" Type="System.Collections.Generic.IEnumerable&lt;Xamarin.Forms.Page&gt;" />
</Parameters>
<Docs>
- <param name="page">The page that is the new root page.</param>
- <summary></summary>
- <remarks></remarks>
+ <param name="page">To be added.</param>
+ <param name="poppedPages">To be added.</param>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PoppedPages">
- <MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerable&lt;Xamarin.Forms.Page&gt; PoppedPages { get; set; }" />
+ <MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerable&lt;Xamarin.Forms.Page&gt; PoppedPages { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IEnumerable`1&lt;class Xamarin.Forms.Page&gt; PoppedPages" />
<MemberType>Property</MemberType>
<AssemblyInfo>
@@ -47,7 +49,8 @@
</ReturnValue>
<Docs>
<summary>Gets a collection of pages that was removed from the navigation stack.</summary>
- <value></value>
+ <value>
+ </value>
<remarks>
<para>For <see cref="E:Xamarin.Forms.NavigationPage.PoppedToRoot" /> this represents the pages
that were popped. The order of the pages represents the order of the stack that was popped. The first page in the
diff --git a/docs/Xamarin.Forms.Core/index.xml b/docs/Xamarin.Forms.Core/index.xml
index a33a6699..5b44aafb 100644
--- a/docs/Xamarin.Forms.Core/index.xml
+++ b/docs/Xamarin.Forms.Core/index.xml
@@ -280,6 +280,7 @@
<Type Name="IOpenGlViewController" Kind="Interface" />
<Type Name="IOpenGLViewController" Kind="Interface" />
<Type Name="IPageContainer`1" DisplayName="IPageContainer&lt;T&gt;" Kind="Interface" />
+ <Type Name="IPageController" Kind="Interface" />
<Type Name="IPlatform" Kind="Interface" />
<Type Name="IPlatformEngine" Kind="Interface" />
<Type Name="IRegisterable" Kind="Interface" />
@@ -341,6 +342,7 @@
<Type Name="PlatformEffect`2" DisplayName="PlatformEffect&lt;TContainer,TControl&gt;" Kind="Class" />
<Type Name="Point" Kind="Structure" />
<Type Name="PointTypeConverter" Kind="Class" />
+ <Type Name="PoppedToRootEventArgs" Kind="Class" />
<Type Name="ProgressBar" Kind="Class" />
<Type Name="PropertyChangingEventArgs" Kind="Class" />
<Type Name="PropertyChangingEventHandler" Kind="Delegate" />