_ApplicationEvents 接口

定义

此类型是用于 Coclass 或 Coclass 成员(托管代码需要它来实现 COM 互操作性)的包装。 此类不适合在代码中使用。

public interface class _ApplicationEvents
[System.Runtime.InteropServices.Guid("096CD72D-0786-11D1-95FA-0080C78EE3BB")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface _ApplicationEvents
type _ApplicationEvents = interface
Public Interface _ApplicationEvents
派生
属性

方法

NewXDocument(_XDocument)

此成员仅供内部使用,不能直接在您的代码中使用。

Quit()

此成员仅供内部使用,不能直接在您的代码中使用。

WindowActivate(_XDocument, Window)

此成员仅供内部使用,不能直接在您的代码中使用。

WindowDeactivate(_XDocument, Window)

此成员仅供内部使用,不能直接在您的代码中使用。

WindowSize(_XDocument, Window)

此成员仅供内部使用,不能直接在您的代码中使用。

XDocumentBeforeClose(_XDocument, Boolean)

此成员仅供内部使用,不能直接在您的代码中使用。

XDocumentBeforePrint(_XDocument, Boolean)

此成员仅供内部使用,不能直接在您的代码中使用。

XDocumentBeforeSave(_XDocument, Boolean)

此成员仅供内部使用,不能直接在您的代码中使用。

XDocumentChange()

此成员仅供内部使用,不能直接在您的代码中使用。

XDocumentOpen(_XDocument)

此成员仅供内部使用,不能直接在您的代码中使用。

适用于