[ Team LiB ] Previous Section Next Section

XmlNodeChangedEventHandlerSystem.Xml (system.xml.dll) CF 1.0, serializable delegate 

public delegate void XmlNodeChangedEventHandler( object sender, XmlNodeChangedEventArgs e);

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.

Associated Events

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

    [ Team LiB ] Previous Section Next Section