.NET Framework Class Library
XDocument Events
The XDocument type exposes the following members.
Events
| Name | Description | |
|---|---|---|
|
Changed | Raised when this XObject or any of its descendants have changed. (Inherited from XObject.) |
|
Changing | Raised when this XObject or any of its descendants are about to change. (Inherited from XObject.) |
See Also