Expand Minimize
This topic has not yet been rated - Rate this topic

XmlOperation Enumeration (Microsoft.Office.InfoPath)

Indicates what type of operation occurred during a Changed, Changing, or Validating event.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
public enum XmlOperation
 Member nameDescription
DeleteThe node was deleted. 
InsertA new node was inserted. 
NoneNo change has occurred. 
ValueChangeThe value of the node was changed (updated). 

The XmlOperation enumeration is returned by the Operation property of the XmlEventArgs class.

This type or member can be accessed from code running in forms opened in Microsoft Office InfoPath 2007 or in a Web browser.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.