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

namespace mshtml;

[ComImport]
[CompilerGenerated]
[InterfaceType(2)]
[Guid("3050F260-98B5-11CF-BB82-00AA00BDCE0B")]
[TypeIdentifier]
public interface HTMLDocumentEvents
{
}