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