SchemaViewControllerBaseInternal.ModelChanged Method
Called when the model 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 Overrides Sub ModelChanged ( _
changes As IList(Of Tuple(Of IModelElement, ModelEventType)) _
)
'Usage
Dim changes As IList(Of Tuple(Of IModelElement, ModelEventType))
Me.ModelChanged(changes)
protected override void ModelChanged(
IList<Tuple<IModelElement, ModelEventType>> changes
)
protected:
virtual void ModelChanged(
IList<Tuple<IModelElement^, ModelEventType>>^ changes
) override
protected override function ModelChanged(
changes : IList<Tuple<IModelElement, ModelEventType>>
)
abstract ModelChanged :
changes:IList<Tuple<IModelElement, ModelEventType>> -> unit
override ModelChanged :
changes:IList<Tuple<IModelElement, ModelEventType>> -> unit
Parameters
- changes
Type: System.Collections.Generic.IList<Tuple<IModelElement, ModelEventType>>
The list of model changes
Remarks
For each change, a virtual method is called to process it.
.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.
See Also
Reference
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace