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