C# Class ImageGlass.ImageListView.PaneResizedEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
PaneResizedEventArgs ( int paneWidth ) : System

Initializes a new instance of the PaneResizedEventArgs class.

Method Details

PaneResizedEventArgs() public method

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