Method | Description | |
---|---|---|
ItemCollectionChangedEventArgs ( CollectionChangeAction action, ImageGlass.ImageListView.ImageListViewItem item ) : System |
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 |