﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridViewColumnEventArgs" FullName="System.Windows.Forms.DataGridViewColumnEventArgs"><TypeSignature Language="C#" Value="public class DataGridViewColumnEventArgs : EventArgs" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.EventArgs</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.Windows.Forms.DataGridViewColumnEventArgs" /> provides data for the following <see cref="T:System.Windows.Forms.DataGridView" /> events:</para><list type="bullet"><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnContextMenuStripChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnDataPropertyNameChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnDefaultCellStyleChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnDisplayIndexChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnDividerWidthChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnHeaderCellChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnMinimumWidthChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnNameChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnSortModeChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnToolTipTextChanged" /></para></item><item><para><see cref="E:System.Windows.Forms.DataGridView.ColumnWidthChanged" /></para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides data for column-related events of a <see cref="T:System.Windows.Forms.DataGridView" />. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataGridViewColumnEventArgs (System.Windows.Forms.DataGridViewColumn dataGridViewColumn);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="dataGridViewColumn" Type="System.Windows.Forms.DataGridViewColumn" /></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.DataGridViewColumnEventArgs" /> class. </para></summary><param name="dataGridViewColumn"><attribution license="cc4" from="Microsoft" modified="false" />The column that the event occurs for.</param></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Column"><MemberSignature Language="C#" Value="public System.Windows.Forms.DataGridViewColumn Column { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.DataGridViewColumn</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 column that the event occurs for.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>