C# Class ImageGlass.ImageListView.ColumnHoverEventArgs

Datei anzeigen Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ColumnHoverEventArgs ( ImageListView column, ImageListView previousColumn ) : System

Initializes a new instance of the ColumnHoverEventArgs class.

Method Details

ColumnHoverEventArgs() public method

Initializes a new instance of the ColumnHoverEventArgs class.
public ColumnHoverEventArgs ( ImageListView column, ImageListView previousColumn ) : System
column ImageListView The currently hovered column.
previousColumn ImageListView The previously hovered column.
return System