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