Name

XmlNodeChangedEventArgs

Synopsis

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 ReadOnly Property Action As XmlNodeChangedAction  
   Public ReadOnly Property NewParent As XmlNode  
   Public ReadOnly Property Node As XmlNode  
   Public ReadOnly Property OldParent As XmlNode  
End Class

Passed To

XmlNodeChangedEventHandler.{BeginInvoke(), Invoke()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.