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
e
Type: EventArgsThe arguments of the event change.
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.