summaryrefslogtreecommitdiff
path: root/Decompiler/Microsoft.Office.Interop.Excel/AppEvents_Event.cs
blob: 912e61f5e113937cf5cd8229cab2ce11ec99c6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

namespace Microsoft.Office.Interop.Excel;

[ComImport]
[CompilerGenerated]
[ComEventInterface(typeof(AppEvents), typeof(AppEvents))]
[TypeIdentifier("00020813-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Excel.AppEvents_Event")]
public interface AppEvents_Event
{
}