Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.