Condividi tramite


DocData.OnModifying Method

Called by Modify.

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

Syntax

'Dichiarazione
Protected Overridable Sub OnModifying ( _
    e As EventArgs _
)
'Utilizzo
Dim e As EventArgs

Me.OnModifying(e)
protected virtual void OnModifying(
    EventArgs e
)
protected:
virtual void OnModifying(
    EventArgs^ e
)
abstract OnModifying : 
        e:EventArgs -> unit 
override OnModifying : 
        e:EventArgs -> unit 
protected function OnModifying(
    e : EventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace