From 225aa1499e37faf9d38257caabbadc68d78b427e Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 12:29:41 -0300 Subject: decompiler.com --- Decompiler/mshtml/HTMLDocumentEvents_Event.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Decompiler/mshtml/HTMLDocumentEvents_Event.cs (limited to 'Decompiler/mshtml/HTMLDocumentEvents_Event.cs') diff --git a/Decompiler/mshtml/HTMLDocumentEvents_Event.cs b/Decompiler/mshtml/HTMLDocumentEvents_Event.cs new file mode 100644 index 0000000..64315c3 --- /dev/null +++ b/Decompiler/mshtml/HTMLDocumentEvents_Event.cs @@ -0,0 +1,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 +{ +} -- cgit v1.2.3