DataGridViewAutoSizeColumnsModeEventHandler Delegate
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public delegate void DataGridViewAutoSizeColumnsModeEventHandler ( Object sender, DataGridViewAutoSizeColumnsModeEventArgs e )
/** @delegate */ public delegate void DataGridViewAutoSizeColumnsModeEventHandler ( Object sender, DataGridViewAutoSizeColumnsModeEventArgs e )
Not applicable.
Parameters
- sender
The source of the event.
- e
A DataGridViewAutoSizeColumnsModeEventArgs that contains the event data.
The AutoSizeColumnsModeChanged event is raised when the value of the AutoSizeColumnsMode property of the DataGridView control changes.
When you create a DataGridViewAutoSizeColumnsModeEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate. For more information about event-handler delegates, see Events and Delegates.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
System.Windows.Forms NamespaceDataGridView
DataGridView.AutoSizeColumnsModeChanged Event
DataGridView.AutoSizeColumnsMode Property
DataGridViewAutoSizeColumnsMode
DataGridViewAutoSizeColumnsModeEventArgs
DataGridViewColumn