Dela via


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

See Also

Reference

DocumentInformationService Class

DocumentInformationService Members

Microsoft.Windows.Design.Services Namespace

DocumentInformationNode

Other Resources

WPF Designer Extensibility