C# 클래스 uguimvvm.NotifyCollectionChangedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: jbruening/ugui-mvvm 1 사용 예제들

공개 메소드들

메소드 설명
NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System

Construct a NotifyCollectionChangedEventArgs that describes a reset change.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems ) : System

Construct a NotifyCollectionChangedEventArgs that describes a multi-item change.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems ) : System

Construct a NotifyCollectionChangedEventArgs that describes a multi-item Replace event.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex ) : System

Construct a NotifyCollectionChangedEventArgs that describes a multi-item Replace event.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int startingIndex ) : System

Construct a NotifyCollectionChangedEventArgs that describes a multi-item change (or a reset).

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex ) : System

Construct a NotifyCollectionChangedEventArgs that describes a multi-item Move event.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem ) : System

Construct a NotifyCollectionChangedEventArgs that describes a one-item change.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index ) : System

Construct a NotifyCollectionChangedEventArgs that describes a one-item change.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex ) : System

Construct a NotifyCollectionChangedEventArgs that describes a one-item Move event.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem ) : System

Construct a NotifyCollectionChangedEventArgs that describes a one-item Replace event.

NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem, int index ) : System

Construct a NotifyCollectionChangedEventArgs that describes a one-item Replace event.

비공개 메소드들

메소드 설명
InitializeAdd ( NotifyCollectionChangedAction action, IList newItems, int newStartingIndex ) : void
InitializeAddOrRemove ( NotifyCollectionChangedAction action, IList changedItems, int startingIndex ) : void
InitializeMoveOrReplace ( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex, int oldStartingIndex ) : void
InitializeRemove ( NotifyCollectionChangedAction action, IList oldItems, int oldStartingIndex ) : void

메소드 상세

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a reset change.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action ) : System
action NotifyCollectionChangedAction
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a multi-item change.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems ) : System
action NotifyCollectionChangedAction
changedItems IList
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a multi-item Replace event.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems ) : System
action NotifyCollectionChangedAction
newItems IList
oldItems IList
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a multi-item Replace event.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList newItems, IList oldItems, int startingIndex ) : System
action NotifyCollectionChangedAction
newItems IList
oldItems IList
startingIndex int
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a multi-item change (or a reset).
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int startingIndex ) : System
action NotifyCollectionChangedAction
changedItems IList
startingIndex int
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a multi-item Move event.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, IList changedItems, int index, int oldIndex ) : System
action NotifyCollectionChangedAction
changedItems IList
index int
oldIndex int
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a one-item change.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem ) : System
action NotifyCollectionChangedAction
changedItem object
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a one-item change.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index ) : System
action NotifyCollectionChangedAction
changedItem object
index int
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a one-item Move event.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex ) : System
action NotifyCollectionChangedAction
changedItem object
index int
oldIndex int
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a one-item Replace event.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem ) : System
action NotifyCollectionChangedAction
newItem object
oldItem object
리턴 System

NotifyCollectionChangedEventArgs() 공개 메소드

Construct a NotifyCollectionChangedEventArgs that describes a one-item Replace event.
public NotifyCollectionChangedEventArgs ( NotifyCollectionChangedAction action, object newItem, object oldItem, int index ) : System
action NotifyCollectionChangedAction
newItem object
oldItem object
index int
리턴 System