|
//------------------------------------------------------------------------------
// <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);
}
|