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 void XmlNodeChangedEventHandler(object sender, XmlNodeChangedEventArgs e);

Associated Events

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

Get C# in a Nutshell, Second Edition 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.