C# Class SidebarLibrary.Collections.CollectionWithEvents

Inheritance: System.Collections.CollectionBase
显示文件 Open project: sillsdev/FieldWorks

Protected Methods

Method Description
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

Method Details

IndexOf() protected method

protected IndexOf ( object value ) : int
value object
return int

OnClear() protected method

protected OnClear ( ) : void
return void

OnClearComplete() protected method

protected OnClearComplete ( ) : void
return void

OnInsert() protected method

protected OnInsert ( int index, object value ) : void
index int
value object
return void

OnInsertComplete() protected method

protected OnInsertComplete ( int index, object value ) : void
index int
value object
return void

OnRemove() protected method

protected OnRemove ( int index, object value ) : void
index int
value object
return void

OnRemoveComplete() protected method

protected OnRemoveComplete ( int index, object value ) : void
index int
value object
return void