Share via


DocData.OnDataChanged Method

Called when an external change has been made to the doc data.

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

Syntax

'Declaration
Protected Overridable Sub OnDataChanged ( _
    e As EventArgs _
)
protected virtual void OnDataChanged(
    EventArgs e
)
protected:
virtual void OnDataChanged(
    EventArgs^ e
)
abstract OnDataChanged : 
        e:EventArgs -> unit  
override OnDataChanged : 
        e:EventArgs -> unit
protected function OnDataChanged(
    e : EventArgs
)

Parameters

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