- //
- // XPathDocument2ChangedEventHandler.cs
- //
- // Author:
- // Atsushi Enomoto <[email protected]>
- //
- //
- #if NET_1_2
- namespace System.Xml
- {
- public delegate void XPathDocument2ChangedEventHandler (object sender, XPathDocument2ChangedEventArgs e);
- }
- #endif
|