C# Class ImageGlass.ImageListView.ColumnEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ColumnEventArgs ( ImageListView column ) : System

Initializes a new instance of the ColumnEventArgs class.

Method Details

ColumnEventArgs() public method

Initializes a new instance of the ColumnEventArgs class.
public ColumnEventArgs ( ImageListView column ) : System
column ImageListView The column that is the target of this event.
return System