_DataDOMEventSink_Event Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements events for changes to a form's underlying XML document.
public interface class _DataDOMEventSink_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _DataDOMEventSink_Event
type _DataDOMEventSink_Event = interface
Public Interface _DataDOMEventSink_Event
- Attributes
Events
OnAfterChange |
Occurs after changes to a form's underlying XML document have been accepted and after the OnValidate event has occurred. |
OnBeforeChange |
Occurs after changes to a form's underlying XML document have been made but before the changes are accepted. |
OnValidate |
Occurs after changes to a form's underlying XML document have been accepted but before the OnAfterChange event occurs. |