[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms / DrawListViewSubItemEventHandler.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="DrawListViewSubItemEventHandler" FullName="System.Windows.Forms.DrawListViewSubItemEventHandler">
3   <TypeSignature Language="C#" Value="public delegate void DrawListViewSubItemEventHandler(object sender, DrawListViewSubItemEventArgs e);" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Delegate</BaseTypeName>
10   </Base>
11   <Parameters>
12     <Parameter Name="sender" Type="System.Object" />
13     <Parameter Name="e" Type="System.Windows.Forms.DrawListViewSubItemEventArgs" />
14   </Parameters>
15   <ReturnValue>
16     <ReturnType>System.Void</ReturnType>
17   </ReturnValue>
18   <Docs>
19     <param name="sender">To be added.</param>
20     <param name="e">To be added.</param>
21     <remarks>
22       <attribution license="cc4" from="Microsoft" modified="false" />
23       <para>When you create a <see cref="T:System.Windows.Forms.DrawListViewSubItemEventHandler" /> delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event handler delegates, see <format type="text/html"><a href="D98FD58B-FA4F-4598-8378-ADDF4355A115">Events and Delegates</a></format>.</para>
24     </remarks>
25     <summary>
26       <attribution license="cc4" from="Microsoft" modified="false" />
27       <para>Represents the method that will handle the <see cref="E:System.Windows.Forms.ListView.DrawSubItem" /> event of a <see cref="T:System.Windows.Forms.ListView" />.</para>
28     </summary>
29   </Docs>
30 </Type>