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 _
)
'使用
Dim e As EventArgs
Me.OnDataChanged(e)
protected virtual void OnDataChanged(
EventArgs e
)
protected:
virtual void OnDataChanged(
EventArgs^ e
)
protected function OnDataChanged(
e : EventArgs
)
Parameters
e
Type: System.EventArgsThe arguments of the event change.
Remarks
This event is not raised if there is an existing change marker.
Permissions
- 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.