14 lines
285 B
C#
14 lines
285 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace Microsoft.Office.Interop.Word;
|
|
|
|
[ComImport]
|
|
[CompilerGenerated]
|
|
[InterfaceType(2)]
|
|
[Guid("00020A02-0000-0000-C000-000000000046")]
|
|
[TypeIdentifier]
|
|
public interface DocumentEvents2
|
|
{
|
|
}
|