summaryrefslogtreecommitdiff
path: root/Decompiler/mshtml/HTMLDocumentEvents_Event.cs
blob: 64315c3c6f13a3bb7a12b7dc371f2bc719cda4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace mshtml;

[ComImport]
[CompilerGenerated]
[ComEventInterface(typeof(HTMLDocumentEvents), typeof(HTMLDocumentEvents))]
[TypeIdentifier("3050f1c5-98b5-11cf-bb82-00aa00bdce0b", "mshtml.HTMLDocumentEvents_Event")]
public interface HTMLDocumentEvents_Event
{
}