Share via


DocData.DataChanged Event

An event that is raised when the data contained within this doc data has changed.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public Event DataChanged As EventHandler
public event EventHandler DataChanged
public:
 event EventHandler^ DataChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member DataChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

This event is not raised if there is an existing change marker.

.NET Framework Security

See Also

Reference

DocData Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace