summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml
index 7c8321bb..fdec66a1 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/WebView.xml
@@ -389,7 +389,7 @@ namespace FormsGallery
<Parameter Name="propertyName" Type="System.String" />
</Parameters>
<Docs>
- <param name="propertyName">To be added.</param>
+ <param name="propertyName">The name of the property that was changed.</param>
<summary>Method that is called when <see cref="P:Xamarin.Forms.WebView.Source" /> is changed.</summary>
<remarks>To be added.</remarks>
</Docs>
@@ -415,8 +415,8 @@ namespace FormsGallery
<Parameter Name="e" Type="System.EventArgs" />
</Parameters>
<Docs>
- <param name="sender">To be added.</param>
- <param name="e">To be added.</param>
+ <param name="sender">The object that raised the event.</param>
+ <param name="e">The event arguments.</param>
<summary>Method that is called when the view source that is specified by the <paramref name="sender" /> parameter is changed.</summary>
<remarks>To be added.</remarks>
</Docs>
@@ -440,7 +440,7 @@ namespace FormsGallery
<Parameter Name="args" Type="Xamarin.Forms.WebNavigatedEventArgs" />
</Parameters>
<Docs>
- <param name="args">To be added.</param>
+ <param name="args">For internal use by the Xamarin.Forms platform.</param>
<summary>For internal use by the Xamarin.Forms platform.</summary>
<remarks>To be added.</remarks>
</Docs>
@@ -464,7 +464,7 @@ namespace FormsGallery
<Parameter Name="args" Type="Xamarin.Forms.WebNavigatingEventArgs" />
</Parameters>
<Docs>
- <param name="args">To be added.</param>
+ <param name="args">For internal use by the Xamarin.Forms platform.</param>
<summary>For internal use by the Xamarin.Forms platform.</summary>
<remarks>To be added.</remarks>
</Docs>