C# 클래스 ImageGlass.ImageListView.ItemCollectionChangedEventArgs

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
ItemCollectionChangedEventArgs ( CollectionChangeAction action, ImageGlass.ImageListView.ImageListViewItem item ) : System

Initializes a new instance of the ItemCollectionChangedEventArgs class.

메소드 상세

ItemCollectionChangedEventArgs() 공개 메소드

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.
리턴 System