XmlNodeChangedEventArgs

XmlNodeChangedEventArgs CF 1.0

System.Xml (system.xml.dll) class

This type contains information about the changes to a node that are passed when an XmlDocument calls through an XmlNodeChangedEventHandler delegate instance. It contains the changed or changing node, the old and new parents to that node, and an enumeration describing the change (modification, insertion, or removal).

 public class  XmlNodeChangedEventArgs  {  // Public Instance Properties  public XmlNodeChangedAction  Action  {get; }    public XmlNode  NewParent  {get; }    public XmlNode  Node  {get; }    public XmlNode  OldParent  {get; } } 

Passed To

XmlNodeChangedEventHandler.{BeginInvoke( ) , Invoke( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net