SchemaViewControllerBase.ModelChanged Method

Processes a ModelChanged event, given a list of store changes.

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

Syntax

'Declaration
Protected Overridable Sub ModelChanged ( _
    changes As IList(Of Tuple(Of IModelElement, ModelEventType)) _
)
'Usage
Dim changes As IList(Of Tuple(Of IModelElement, ModelEventType))

Me.ModelChanged(changes)
protected virtual void ModelChanged(
    IList<Tuple<IModelElement, ModelEventType>> changes
)
protected:
virtual void ModelChanged(
    IList<Tuple<IModelElement^, ModelEventType>>^ changes
)
protected function ModelChanged(
    changes : IList<Tuple<IModelElement, ModelEventType>>
)
abstract ModelChanged : 
        changes:IList<Tuple<IModelElement, ModelEventType>> -> unit 
override ModelChanged : 
        changes:IList<Tuple<IModelElement, ModelEventType>> -> unit 

Parameters

Remarks

For each change, a virtual method is called to process it.

.NET Framework Security

See Also

Reference

SchemaViewControllerBase Class

SchemaViewControllerBase Members

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