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