DocumentInformationService.DocumentChanged Event
Occurs when the document has changed.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Event DocumentChanged As EventHandler
'Usage
Dim instance As DocumentInformationService
Dim handler As EventHandler
AddHandler instance.DocumentChanged, handler
public event EventHandler DocumentChanged
public:
event EventHandler^ DocumentChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Remarks
A document changed event is raised from the document information service when the auto updater tries to update the document outline.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DocumentInformationService Class
DocumentInformationService Members
Microsoft.Windows.Design.Services Namespace