[ Team LiB ] Previous Section Next Section

XmlNodeChangedEventHandlerCF 1.0, serializable

System.Xml (system.xml.dll)delegate

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( )}

    [ Team LiB ] Previous Section Next Section