﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridViewColumnStateChangedEventHandler" FullName="System.Windows.Forms.DataGridViewColumnStateChangedEventHandler"><TypeSignature Language="C#" Value="public delegate void DataGridViewColumnStateChangedEventHandler(object sender, DataGridViewColumnStateChangedEventArgs 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.DataGridViewColumnStateChangedEventArgs" /></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>This event is raised when the value of one of the following column properties changes for a <see cref="T:System.Windows.Forms.DataGridViewColumn" /> in a <see cref="T:System.Windows.Forms.DataGridView" /> control </para><list type="bullet"><item><para><see cref="P:System.Windows.Forms.DataGridViewBand.Displayed" /></para></item><item><para><see cref="P:System.Windows.Forms.DataGridViewColumn.Frozen" /></para></item><item><para><see cref="P:System.Windows.Forms.DataGridViewColumn.ReadOnly" /></para></item><item><para><see cref="P:System.Windows.Forms.DataGridViewColumn.Resizable" /></para></item><item><para><see cref="P:System.Windows.Forms.DataGridViewBand.Selected" /></para></item><item><para><see cref="P:System.Windows.Forms.DataGridViewColumn.Visible" /></para></item></list><para>For more information about handling events, see <format type="text/html"><a href="01E4F1BC-E55E-413F-98C7-6588493E5F67">Consuming Events</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the method that will handle the <see cref="E:System.Windows.Forms.DataGridView.ColumnStateChanged" /> event of a <see cref="T:System.Windows.Forms.DataGridView" />. </para></summary></Docs></Type>