C# 클래스 SidebarLibrary.Collections.CollectionWithEvents

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 메소드들

메소드 설명
IndexOf ( object value ) : int
OnClear ( ) : void
OnClearComplete ( ) : void
OnInsert ( int index, object value ) : void
OnInsertComplete ( int index, object value ) : void
OnRemove ( int index, object value ) : void
OnRemoveComplete ( int index, object value ) : void

메소드 상세

IndexOf() 보호된 메소드

protected IndexOf ( object value ) : int
value object
리턴 int

OnClear() 보호된 메소드

protected OnClear ( ) : void
리턴 void

OnClearComplete() 보호된 메소드

protected OnClearComplete ( ) : void
리턴 void

OnInsert() 보호된 메소드

protected OnInsert ( int index, object value ) : void
index int
value object
리턴 void

OnInsertComplete() 보호된 메소드

protected OnInsertComplete ( int index, object value ) : void
index int
value object
리턴 void

OnRemove() 보호된 메소드

protected OnRemove ( int index, object value ) : void
index int
value object
리턴 void

OnRemoveComplete() 보호된 메소드

protected OnRemoveComplete ( int index, object value ) : void
index int
value object
리턴 void