|
//------------------------------------------------------------------------------
// <copyright file="ColumnWidthChangedEventHandler.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
/// <include file='doc\ColumnWidthChangedEventHandler.uex' path='docs/doc[@for="ColumnWidthChangedEventHandler"]/*' />
/// <devdoc>
/// </devdoc>
public delegate void ColumnWidthChangedEventHandler(object sender, ColumnWidthChangedEventArgs e);
}
|