SchemaModelViewerControllerBaseInternal.ModelChanged Method

Processes a ModelChanged event.

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

Syntax

'Declaration
Protected Overrides Sub ModelChanged ( _
    changes As IList(Of Tuple) _
)
protected override void ModelChanged(
    IList<Tuple> changes
)
protected:
virtual void ModelChanged(
    IList<Tuple^>^ changes
) override
abstract ModelChanged : 
        changes:IList<Tuple> -> unit 
override ModelChanged : 
        changes:IList<Tuple> -> unit 
protected override function ModelChanged(
    changes : IList<Tuple>
)

Parameters

Remarks

For each change, a virtual method is called to process that change. The model element is passed to that method.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBaseInternal Class

SchemaModelViewerControllerBaseInternal Members

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace