summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml
index 2d88a51a..144bb501 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.PlatformConfiguration.iOSSpecific/UpdateMode.xml
@@ -1,4 +1,4 @@
-<Type Name="UpdateMode" FullName="Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode">
+<Type Name="UpdateMode" FullName="Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode">
<TypeSignature Language="C#" Value="public enum UpdateMode" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed UpdateMode extends System.Enum" />
<AssemblyInfo>
@@ -13,9 +13,9 @@
<remarks>To be added.</remarks>
</Docs>
<Members>
- <Member MemberName="WhenFinished">
- <MemberSignature Language="C#" Value="WhenFinished" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode WhenFinished = int32(1)" />
+ <Member MemberName="Immediately">
+ <MemberSignature Language="C#" Value="Immediately" />
+ <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode Immediately = int32(0)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
@@ -24,12 +24,12 @@
<ReturnType>Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode</ReturnType>
</ReturnValue>
<Docs>
- <summary>Bound properties on picker elements should be updated after scrolling is finished.</summary>
+ <summary>Bound properties on picker elements should be continuously updated while the user scrolls.</summary>
</Docs>
</Member>
- <Member MemberName="Immediately">
- <MemberSignature Language="C#" Value="Immediately" />
- <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode Immediately = int32(0)" />
+ <Member MemberName="WhenFinished">
+ <MemberSignature Language="C#" Value="WhenFinished" />
+ <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode WhenFinished = int32(1)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
@@ -38,8 +38,8 @@
<ReturnType>Xamarin.Forms.PlatformConfiguration.iOSSpecific.UpdateMode</ReturnType>
</ReturnValue>
<Docs>
- <summary>Bound properties on picker elements should be continuously updated while the user scrolls.</summary>
+ <summary>Bound properties on picker elements should be updated after scrolling is finished.</summary>
</Docs>
</Member>
</Members>
-</Type> \ No newline at end of file
+</Type>