C# Class Microsoft.VisualStudio.R.Package.Repl.InteractiveWindowChangedEventArgs

显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
InteractiveWindowChangedEventArgs ( IInteractiveWindowVisualComponent oldWindow, IInteractiveWindowVisualComponent newWindow ) : System

Method Details

InteractiveWindowChangedEventArgs() public method

public InteractiveWindowChangedEventArgs ( IInteractiveWindowVisualComponent oldWindow, IInteractiveWindowVisualComponent newWindow ) : System
oldWindow IInteractiveWindowVisualComponent
newWindow IInteractiveWindowVisualComponent
return System