_DataDOMEventSink_Event 接口

定义

实现与表单基础 XML 文档的更改相对应的事件。

public interface class _DataDOMEventSink_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _DataDOMEventSink_Event
type _DataDOMEventSink_Event = interface
Public Interface _DataDOMEventSink_Event
属性

事件

OnAfterChange

在接受对窗体的基础 XML 文档的更改后以及事件发生后 OnValidate 发生。

OnBeforeChange

在对表单的基础 XML 文档进行更改之后且接受更改之前发生。

OnValidate

在接受对窗体的基础 XML 文档的更改之后,但在事件发生之前 OnAfterChange 发生。

适用于