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