SchemaViewControllerBaseInternal.ModelElementUpdated Method

Called when a model element is updated by the store.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Overrides Sub ModelElementUpdated ( _
    modelElement As IModelElement _
)
'Usage
Dim modelElement As IModelElement

Me.ModelElementUpdated(modelElement)
protected override void ModelElementUpdated(
    IModelElement modelElement
)
protected:
virtual void ModelElementUpdated(
    IModelElement^ modelElement
) override
protected override function ModelElementUpdated(
    modelElement : IModelElement
)
abstract ModelElementUpdated : 
        modelElement:IModelElement -> unit 
override ModelElementUpdated : 
        modelElement:IModelElement -> unit 

Parameters

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace