次の方法で共有


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

'宣言
Protected Overridable Sub OnDataChanged ( _
    e As EventArgs _
)
protected virtual void OnDataChanged(
    EventArgs e
)

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