C# Class SidebarLibrary.Collections.CollectionWithEvents

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes protégées

Méthode 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 méthode

protected IndexOf ( object value ) : int
value object
Résultat int

OnClear() protected méthode

protected OnClear ( ) : void
Résultat void

OnClearComplete() protected méthode

protected OnClearComplete ( ) : void
Résultat void

OnInsert() protected méthode

protected OnInsert ( int index, object value ) : void
index int
value object
Résultat void

OnInsertComplete() protected méthode

protected OnInsertComplete ( int index, object value ) : void
index int
value object
Résultat void

OnRemove() protected méthode

protected OnRemove ( int index, object value ) : void
index int
value object
Résultat void

OnRemoveComplete() protected méthode

protected OnRemoveComplete ( int index, object value ) : void
index int
value object
Résultat void