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

namespace Microsoft.Office.Interop.Excel;

[ComImport]
[CompilerGenerated]
[InterfaceType(2)]
[Guid("00024413-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface AppEvents
{
}