summaryrefslogtreecommitdiff
path: root/Decompiler/Microsoft.Office.Interop.Excel/DocEvents_Event.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Decompiler/Microsoft.Office.Interop.Excel/DocEvents_Event.cs')
-rw-r--r--Decompiler/Microsoft.Office.Interop.Excel/DocEvents_Event.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Decompiler/Microsoft.Office.Interop.Excel/DocEvents_Event.cs b/Decompiler/Microsoft.Office.Interop.Excel/DocEvents_Event.cs
new file mode 100644
index 0000000..657534c
--- /dev/null
+++ b/Decompiler/Microsoft.Office.Interop.Excel/DocEvents_Event.cs
@@ -0,0 +1,12 @@
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+namespace Microsoft.Office.Interop.Excel;
+
+[ComImport]
+[CompilerGenerated]
+[ComEventInterface(typeof(DocEvents), typeof(DocEvents))]
+[TypeIdentifier("00020813-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Excel.DocEvents_Event")]
+public interface DocEvents_Event
+{
+}