﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridViewColumnEventHandler" FullName="System.Windows.Forms.DataGridViewColumnEventHandler"><TypeSignature Language="C#" Value="public delegate void DataGridViewColumnEventHandler(object sender, DataGridViewColumnEventArgs e);" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Delegate</BaseTypeName></Base><Parameters><Parameter Name="sender" Type="System.Object" /><Parameter Name="e" Type="System.Windows.Forms.DataGridViewColumnEventArgs" /></Parameters><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Docs><param name="sender">To be added.</param><param name="e">To be added.</param><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>Represents the method that will handle column-related events of a <see cref="T:System.Windows.Forms.DataGridView" />. </para></summary></Docs></Type>