-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathColumnWidthChangingEventHandler.xml
50 lines (48 loc) · 3.57 KB
/
ColumnWidthChangingEventHandler.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<Type Name="ColumnWidthChangingEventHandler" FullName="System.Windows.Forms.ColumnWidthChangingEventHandler">
<TypeSignature Language="C#" Value="public delegate void ColumnWidthChangingEventHandler(object sender, ColumnWidthChangingEventArgs e);" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-3.0;windowsdesktop-3.1" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ColumnWidthChangingEventHandler extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:System.Windows.Forms.ColumnWidthChangingEventHandler" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub ColumnWidthChangingEventHandler(sender As Object, e As ColumnWidthChangingEventArgs)" />
<TypeSignature Language="F#" Value="type ColumnWidthChangingEventHandler = delegate of obj * ColumnWidthChangingEventArgs -> unit" />
<TypeSignature Language="C++ CLI" Value="public delegate void ColumnWidthChangingEventHandler(System::Object ^ sender, ColumnWidthChangingEventArgs ^ e);" />
<TypeSignature Language="C#" Value="public delegate void ColumnWidthChangingEventHandler(object? sender, ColumnWidthChangingEventArgs e);" FrameworkAlternate="windowsdesktop-10.0;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="sender" Type="System.Object">
<Attributes>
<Attribute FrameworkAlternate="windowsdesktop-10.0;windowsdesktop-8.0;windowsdesktop-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="e" Type="System.Windows.Forms.ColumnWidthChangingEventArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.ColumnWidthChangingEventArgs" /> that contains the event data.</param>
<summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.ListView.ColumnWidthChanging" /> event of a <see cref="T:System.Windows.Forms.ListView" />.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Type>