XPathDocument2ChangedEventHandler.cs 259 B

123456789101112131415
  1. //
  2. // XPathDocument2ChangedEventHandler.cs
  3. //
  4. // Author:
  5. // Atsushi Enomoto <[email protected]>
  6. //
  7. //
  8. #if NET_1_2
  9. namespace System.Xml
  10. {
  11. public delegate void XPathDocument2ChangedEventHandler (object sender, XPathDocument2ChangedEventArgs e);
  12. }
  13. #endif