Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

118 lines
5.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="ColumnWidthChangingEventArgs" FullName="System.Windows.Forms.ColumnWidthChangingEventArgs">
<TypeSignature Language="C#" Value="public class ColumnWidthChangingEventArgs : System.ComponentModel.CancelEventArgs" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ComponentModel.CancelEventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="E:System.Windows.Forms.ListView.ColumnWidthChanging" /> event is a cancelable event.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the <see cref="E:System.Windows.Forms.ListView.ColumnWidthChanging" /> event. </para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ColumnWidthChangingEventArgs (int columnIndex, int newWidth);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="columnIndex" Type="System.Int32" />
<Parameter Name="newWidth" Type="System.Int32" />
</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.ColumnWidthChangingEventArgs" /> class with the specified column index and width.</para>
</summary>
<param name="columnIndex">
<attribution license="cc4" from="Microsoft" modified="false" />The index of the column whose width is changing.</param>
<param name="newWidth">
<attribution license="cc4" from="Microsoft" modified="false" />The new width for the column.</param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ColumnWidthChangingEventArgs (int columnIndex, int newWidth, bool cancel);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="columnIndex" Type="System.Int32" />
<Parameter Name="newWidth" Type="System.Int32" />
<Parameter Name="cancel" Type="System.Boolean" />
</Parameters>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Passing in true for the <paramref name="cancel" /> parameter will cause the width change to be canceled, and the column will return to its previous size.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColumnWidthChangingEventArgs" /> class, specifying the column index and width and whether to cancel the event.</para>
</summary>
<param name="columnIndex">
<attribution license="cc4" from="Microsoft" modified="false" />The index of the column whose width is changing.</param>
<param name="newWidth">
<attribution license="cc4" from="Microsoft" modified="false" />The new width of the column.</param>
<param name="cancel">
<attribution license="cc4" from="Microsoft" modified="false" />true to cancel the width change; otherwise, false.</param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ColumnIndex">
<MemberSignature Language="C#" Value="public int ColumnIndex { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Int32</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 index of the column whose width is changing.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="NewWidth">
<MemberSignature Language="C#" Value="public int NewWidth { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>When handing the <see cref="E:System.Windows.Forms.ListView.ColumnWidthChanging" /> event, the <see cref="P:System.Windows.Forms.ColumnWidthChangingEventArgs.NewWidth" /> property enables you to verify whether the new width meets the requirements of your application and to either adjust the width or cancel the event if it does not.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the new width for the column.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>