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