C# Class ImageGlass.ImageListView.PaneResizingEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
PaneResizingEventArgs ( int paneWidth ) : System

Initializes a new instance of the PaneResizingEventArgs class.

Method Details

PaneResizingEventArgs() public method

Initializes a new instance of the PaneResizingEventArgs class.
public PaneResizingEventArgs ( int paneWidth ) : System
paneWidth int The width of the pane.
return System