C# Class ImageGlass.ImageListView.ItemCollectionChangedEventArgs

Mostra file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ItemCollectionChangedEventArgs ( CollectionChangeAction action, ImageGlass.ImageListView.ImageListViewItem item ) : System

Initializes a new instance of the ItemCollectionChangedEventArgs class.

Method Details

ItemCollectionChangedEventArgs() public method

Initializes a new instance of the ItemCollectionChangedEventArgs class.
public ItemCollectionChangedEventArgs ( CollectionChangeAction action, ImageGlass.ImageListView.ImageListViewItem item ) : System
action CollectionChangeAction The type of action causing the change.
item ImageGlass.ImageListView.ImageListViewItem The item that is the target of this event. This parameter will be null /// if the collection is cleared.
return System