System.Xml.XmlNodeChangedAction Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Specifies the type of node change.
C# Syntax:
[Serializable]
public enum XmlNodeChangedAction
See also:
System.Xml Namespace | XmlNodeChangedEventArgs.Action

System.Xml.XmlNodeChangedAction Member List:

Public Fields
Change A node value is being changed.
Insert A node is being inserted in the tree.
Remove A node is being removed from the tree.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.