File: winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventHandler.cs
Project: ndp\fx\src\System.Windows.Forms.csproj (System.Windows.Forms)
//------------------------------------------------------------------------------
// <copyright file="DrawListViewColumnHeaderEventHandler.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>                                                                
//------------------------------------------------------------------------------
 
namespace System.Windows.Forms {
 
    using System.Diagnostics;
    using System;
 
 
    /// <include file='doc\DrawListViewColumnHeaderEventHandler.uex' path='docs/doc[@for="DrawListViewColumnHeaderEventHandler"]/*' />
    /// <devdoc>
    /// Handler for the ListView's DrawColumnHeader event. 
    /// </devdoc>
    public delegate void DrawListViewColumnHeaderEventHandler(object sender, DrawListViewColumnHeaderEventArgs e);
}