C# 클래스 Catel.Collections.NotifyRangedCollectionChangedEventArgs

The ranged notify collection changed event args.
상속: System.Collections.Specialized.NotifyCollectionChangedEventArgs
파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.

NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList indices ) : System.Collections

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.

메소드 상세

NotifyRangedCollectionChangedEventArgs() 공개 메소드

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System.Collections
action NotifyCollectionChangedAction The action.
리턴 System.Collections

NotifyRangedCollectionChangedEventArgs() 공개 메소드

Initializes a new instance of the NotifyRangedCollectionChangedEventArgs class.
public NotifyRangedCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, IList indices ) : System.Collections
action NotifyCollectionChangedAction The action.
changedItems IList The changed items.
indices IList The indices.
리턴 System.Collections