C# 클래스 Catel.Collections.NotifyRangedListChangedEventArgs

The ranged notify list changed event args.
상속: NotifyListChangedEventArgs
파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections

Initializes a new instance of the NotifyRangedListChangedEventArgs class.

NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList indices ) : System.Collections

Initializes a new instance of the NotifyRangedListChangedEventArgs class.

메소드 상세

NotifyRangedListChangedEventArgs() 공개 메소드

Initializes a new instance of the NotifyRangedListChangedEventArgs class.
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action ) : System.Collections
action NotifyRangedListChangedAction The real action that was performed on the .
리턴 System.Collections

NotifyRangedListChangedEventArgs() 공개 메소드

Initializes a new instance of the NotifyRangedListChangedEventArgs class.
public NotifyRangedListChangedEventArgs ( NotifyRangedListChangedAction action, IList changedItems, IList indices ) : System.Collections
action NotifyRangedListChangedAction The real action that was performed on the .
changedItems IList The changed items.
indices IList The indices.
리턴 System.Collections