1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="LoginCancelEventArgs" FullName="System.Web.UI.WebControls.LoginCancelEventArgs">
3  <TypeSignature Language="C#" Value="public class LoginCancelEventArgs : EventArgs" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</AssemblyName>
6    <AssemblyVersion>2.0.0.0</AssemblyVersion>
7  </AssemblyInfo>
8  <Base>
9    <BaseTypeName>System.EventArgs</BaseTypeName>
10  </Base>
11  <Interfaces />
12  <Docs>
13    <since version=".NET 2.0" />
14    <remarks>
15      <attribution license="cc4" from="Microsoft" modified="false" />
16      <para>A cancelable event is raised when a component is about to perform an action that can be canceled, such as logging on to a Web site.</para>
17      <para>The <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> class provides the <see cref="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel" /> property to indicate whether the event should be canceled. A <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> object is used with controls that have cancelable actions, such as the <see cref="T:System.Web.UI.WebControls.Login" /> control, the <see cref="T:System.Web.UI.WebControls.CreateUserWizard" /> control, and the <see cref="T:System.Web.UI.WebControls.PasswordRecovery" /> control.</para>
18    </remarks>
19    <summary>
20      <attribution license="cc4" from="Microsoft" modified="false" />
21      <para>Provides data for a cancelable event.</para>
22    </summary>
23  </Docs>
24  <Members>
25    <Member MemberName=".ctor">
26      <MemberSignature Language="C#" Value="public LoginCancelEventArgs ();" />
27      <MemberType>Constructor</MemberType>
28      <Parameters />
29      <Docs>
30        <remarks>To be added.</remarks>
31        <since version=".NET 2.0" />
32        <summary>
33          <attribution license="cc4" from="Microsoft" modified="false" />
34          <para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> class with the <see cref="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel" /> property set to false.</para>
35        </summary>
36      </Docs>
37      <AssemblyInfo>
38        <AssemblyVersion>2.0.0.0</AssemblyVersion>
39      </AssemblyInfo>
40    </Member>
41    <Member MemberName=".ctor">
42      <MemberSignature Language="C#" Value="public LoginCancelEventArgs (bool cancel);" />
43      <MemberType>Constructor</MemberType>
44      <Parameters>
45        <Parameter Name="cancel" Type="System.Boolean" />
46      </Parameters>
47      <Docs>
48        <remarks>To be added.</remarks>
49        <since version=".NET 2.0" />
50        <summary>
51          <attribution license="cc4" from="Microsoft" modified="false" />
52          <para>Initializes a new instance of the <see cref="T:System.Web.UI.WebControls.LoginCancelEventArgs" /> class with the <see cref="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel" /> property set to the specified value.</para>
53        </summary>
54        <param name="cancel">
55          <attribution license="cc4" from="Microsoft" modified="false" />true to cancel the event; otherwise, false.</param>
56      </Docs>
57      <AssemblyInfo>
58        <AssemblyVersion>2.0.0.0</AssemblyVersion>
59      </AssemblyInfo>
60    </Member>
61    <Member MemberName="Cancel">
62      <MemberSignature Language="C#" Value="public bool Cancel { set; get; }" />
63      <MemberType>Property</MemberType>
64      <ReturnValue>
65        <ReturnType>System.Boolean</ReturnType>
66      </ReturnValue>
67      <Docs>
68        <value>To be added.</value>
69        <since version=".NET 2.0" />
70        <remarks>
71          <attribution license="cc4" from="Microsoft" modified="false" />
72          <para>You can use the <see cref="P:System.Web.UI.WebControls.LoginCancelEventArgs.Cancel" /> property to indicate whether an event, such as the <see cref="E:System.Web.UI.WebControls.Login.LoggingIn" /> event, the <see cref="E:System.Web.UI.WebControls.LoginStatus.LoggingOut" /> event, or the <see cref="E:System.Web.UI.WebControls.ChangePassword.ChangingPassword" /> event, should be canceled. </para>
73        </remarks>
74        <summary>
75          <attribution license="cc4" from="Microsoft" modified="false" />
76          <para>Gets or sets a value indicating whether the event should be canceled.</para>
77        </summary>
78      </Docs>
79      <AssemblyInfo>
80        <AssemblyVersion>2.0.0.0</AssemblyVersion>
81      </AssemblyInfo>
82    </Member>
83  </Members>
84</Type>