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