13 lines
389 B
C#
13 lines
389 B
C#
|
|
using System.Runtime.CompilerServices;
|
||
|
|
using System.Runtime.InteropServices;
|
||
|
|
|
||
|
|
namespace Microsoft.Office.Interop.Word;
|
||
|
|
|
||
|
|
[ComImport]
|
||
|
|
[CompilerGenerated]
|
||
|
|
[ComEventInterface(typeof(DocumentEvents2), typeof(DocumentEvents2))]
|
||
|
|
[TypeIdentifier("00020905-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Word.DocumentEvents2_Event")]
|
||
|
|
public interface DocumentEvents2_Event
|
||
|
|
{
|
||
|
|
}
|