Files

13 lines
401 B
C#
Raw Permalink Normal View History

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[ComEventInterface(typeof(ApplicationEvents4), typeof(ApplicationEvents4))]
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.ApplicationEvents4_Event")]
public interface ApplicationEvents4_Event
{
}