C# Class ImageGlass.ImageListView.ItemHoverEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ItemHoverEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, ImageGlass.ImageListView.ImageListViewItem previousItem, int previousSubItemIndex ) : System

Initializes a new instance of the ItemEventArgs class.

Method Details

ItemHoverEventArgs() public method

Initializes a new instance of the ItemEventArgs class.
public ItemHoverEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, ImageGlass.ImageListView.ImageListViewItem previousItem, int previousSubItemIndex ) : System
item ImageGlass.ImageListView.ImageListViewItem The currently hovered item.
subItemIndex int The index of the hovered sub item.
previousItem ImageGlass.ImageListView.ImageListViewItem The previously hovered item.
previousSubItemIndex int The index of the sub item that was previously hovered.
return System