The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlNodeChangedAction Enumeration
.NET Framework 1.1
Specifies the type of node change.
[Visual Basic] <Serializable> Public Enum XmlNodeChangedAction [C#] [Serializable] public enum XmlNodeChangedAction [C++] [Serializable] __value public enum XmlNodeChangedAction [JScript] public Serializable enum XmlNodeChangedAction
Members
| Member name | Description |
|---|---|
| Change Supported by the .NET Compact Framework. | A node value is being changed. |
| Insert Supported by the .NET Compact Framework. | A node is being inserted in the tree. |
| Remove Supported by the .NET Compact Framework. | A node is being removed from the tree. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: