64 lines
3.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="WebBrowserDocumentCompletedEventArgs" FullName="System.Windows.Forms.WebBrowserDocumentCompletedEventArgs">
<TypeSignature Language="C#" Value="public class WebBrowserDocumentCompletedEventArgs : EventArgs" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.EventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Handle the <see cref="E:System.Windows.Forms.WebBrowser.DocumentCompleted" /> event to receive notification when the new document finishes loading. The <see cref="T:System.Windows.Forms.WebBrowserDocumentCompletedEventArgs" /> object passed to the event handler lets you retrieve the location of the new document through the <see cref="P:System.Windows.Forms.WebBrowserDocumentCompletedEventArgs.Url" /> property. When the <see cref="E:System.Windows.Forms.WebBrowser.DocumentCompleted" /> event occurs, the new document is fully loaded, which means you can access its contents through the <see cref="P:System.Windows.Forms.WebBrowser.Document" />, <see cref="P:System.Windows.Forms.WebBrowser.DocumentText" />, or <see cref="P:System.Windows.Forms.WebBrowser.DocumentStream" /> property.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the <see cref="E:System.Windows.Forms.WebBrowser.DocumentCompleted" /> event.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public WebBrowserDocumentCompletedEventArgs (Uri url);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="url" Type="System.Uri" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.WebBrowserDocumentCompletedEventArgs" /> class.</para>
</summary>
<param name="url">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Uri" /> representing the location of the document that was loaded. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Url">
<MemberSignature Language="C#" Value="public Uri Url { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Uri</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the location of the document to which the <see cref="T:System.Windows.Forms.WebBrowser" /> control has navigated.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>