[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms / QuestionEventArgs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="QuestionEventArgs" FullName="System.Windows.Forms.QuestionEventArgs">
3   <TypeSignature Language="C#" Value="public class QuestionEventArgs : EventArgs" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</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>This class is currently used with the <see cref="E:System.Windows.Forms.DataGridView.CancelRowEdit" /> and <see cref="E:System.Windows.Forms.DataGridView.RowDirtyStateNeeded" /> events of the <see cref="T:System.Windows.Forms.DataGridView" /> control. It allows you to specify a response to events that occur when the control needs the answer to a question. The answer to the question is specified by setting the <see cref="P:System.Windows.Forms.QuestionEventArgs.Response" /> property.</para>
17     </remarks>
18     <summary>
19       <attribution license="cc4" from="Microsoft" modified="false" />
20       <para>Provides data for events that need a true or false answer to a question.</para>
21     </summary>
22   </Docs>
23   <Members>
24     <Member MemberName=".ctor">
25       <MemberSignature Language="C#" Value="public QuestionEventArgs ();" />
26       <MemberType>Constructor</MemberType>
27       <Parameters />
28       <Docs>
29         <remarks>To be added.</remarks>
30         <since version=".NET 2.0" />
31         <summary>
32           <attribution license="cc4" from="Microsoft" modified="false" />
33           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.QuestionEventArgs" /> class using a default <see cref="P:System.Windows.Forms.QuestionEventArgs.Response" /> property value of false.</para>
34         </summary>
35       </Docs>
36       <AssemblyInfo>
37         <AssemblyVersion>2.0.0.0</AssemblyVersion>
38       </AssemblyInfo>
39     </Member>
40     <Member MemberName=".ctor">
41       <MemberSignature Language="C#" Value="public QuestionEventArgs (bool response);" />
42       <MemberType>Constructor</MemberType>
43       <Parameters>
44         <Parameter Name="response" Type="System.Boolean" />
45       </Parameters>
46       <Docs>
47         <remarks>To be added.</remarks>
48         <since version=".NET 2.0" />
49         <summary>
50           <attribution license="cc4" from="Microsoft" modified="false" />
51           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.QuestionEventArgs" /> class using the specified default value for the <see cref="P:System.Windows.Forms.QuestionEventArgs.Response" /> property.</para>
52         </summary>
53         <param name="response">
54           <attribution license="cc4" from="Microsoft" modified="false" />The default value of the <see cref="P:System.Windows.Forms.QuestionEventArgs.Response" /> property.</param>
55       </Docs>
56       <AssemblyInfo>
57         <AssemblyVersion>2.0.0.0</AssemblyVersion>
58       </AssemblyInfo>
59     </Member>
60     <Member MemberName="Response">
61       <MemberSignature Language="C#" Value="public bool Response { set; get; }" />
62       <MemberType>Property</MemberType>
63       <ReturnValue>
64         <ReturnType>System.Boolean</ReturnType>
65       </ReturnValue>
66       <Docs>
67         <value>To be added.</value>
68         <remarks>To be added.</remarks>
69         <since version=".NET 2.0" />
70         <summary>
71           <attribution license="cc4" from="Microsoft" modified="false" />
72           <para>Gets or sets a value indicating the response to a question represented by the event.</para>
73         </summary>
74       </Docs>
75       <AssemblyInfo>
76         <AssemblyVersion>2.0.0.0</AssemblyVersion>
77       </AssemblyInfo>
78     </Member>
79   </Members>
80 </Type>