Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Called by Modify.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Protected Overridable Sub OnModifying ( _
e As EventArgs _
)
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
e
Type: System.EventArgs
.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.