|
//------------------------------------------------------------------------------
// <copyright file="HtmlElementEventHandler.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace System.Windows.Forms {
/// <include file='doc\HtmlElementEventHandler.uex' path='docs/doc[@for="HtmlElementEventHandler"]/*' />
/// <devdoc>
/// <para>[To be supplied.]</para>
/// </devdoc>
public delegate void HtmlElementEventHandler(object sender, HtmlElementEventArgs e);
}
|