DocData.OnModifying Method

Called by Modify.

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

Syntax

'宣言
Protected Overridable Sub OnModifying ( _
    e As EventArgs _
)
'使用
Dim e As EventArgs

Me.OnModifying(e)
protected virtual void OnModifying(
    EventArgs e
)
protected:
virtual void OnModifying(
    EventArgs^ e
)
protected function OnModifying(
    e : EventArgs
)

Parameters

Permissions

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace