Name

XmlNodeChangedEventHandler

Synopsis

This declared delegate type must be used to receive event notifications from the XmlDocument instance if code wishes to be notified of changes to the document as they occur.

Public Delegate Sub XmlNodeChangedEventHandler(
        ByVal sender As Object, 
        ByVal e As XmlNodeChangedEventArgs) 

Associated Events

XmlDataDocument.{NodeChanged(), NodeChanging(), NodeInserted(), NodeInserting(), NodeRemoved(), NodeRemoving()}, XmlDocument.{NodeChanged(), NodeChanging(), NodeInserted(), NodeInserting(), NodeRemoved(), NodeRemoving()}

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.