C# Class ImageGlass.ImageListView.ItemClickEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ItemClickEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, Point location, MouseButtons buttons ) : System

Initializes a new instance of the ItemClickEventArgs class.

Method Details

ItemClickEventArgs() public method

Initializes a new instance of the ItemClickEventArgs class.
public ItemClickEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, Point location, MouseButtons buttons ) : System
item ImageGlass.ImageListView.ImageListViewItem The item that is the target of this event.
subItemIndex int Gets the index of the sub item under the hit point.
location Point The location of the mouse.
buttons MouseButtons One of the System.Windows.Forms.MouseButtons values /// indicating which mouse button was pressed.
return System