C# Class Nitra.VisualStudio.DocumentWindowOnScreenChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: rsdn/nitra Class Usage Examples

Public Methods

Method Description
DocumentWindowOnScreenChangedEventArgs ( WindowFrameInfo info, bool onScreen ) : System

Record Constructor

Method Details

DocumentWindowOnScreenChangedEventArgs() public method

Record Constructor
public DocumentWindowOnScreenChangedEventArgs ( WindowFrameInfo info, bool onScreen ) : System
info WindowFrameInfo
onScreen bool
return System