ModelExplorerToolWindow.OnDocumentWindowChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when document window changes
protected:
override void OnDocumentWindowChanged(Microsoft::VisualStudio::Modeling::Shell::ModelingDocView ^ oldView, Microsoft::VisualStudio::Modeling::Shell::ModelingDocView ^ newView);
protected override void OnDocumentWindowChanged (Microsoft.VisualStudio.Modeling.Shell.ModelingDocView oldView, Microsoft.VisualStudio.Modeling.Shell.ModelingDocView newView);
override this.OnDocumentWindowChanged : Microsoft.VisualStudio.Modeling.Shell.ModelingDocView * Microsoft.VisualStudio.Modeling.Shell.ModelingDocView -> unit
Protected Overrides Sub OnDocumentWindowChanged (oldView As ModelingDocView, newView As ModelingDocView)
Parameters
- oldView
- ModelingDocView
old ModelingDocView
- newView
- ModelingDocView
new ModelingDocView