C# Class SIL.FieldWorks.SharpViews.SharpViewsTests.MockParaBox

Inheritance: IStringParaNotification
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
StringChanged ( int index, ITsString newValue ) : void
StringChanged ( int index, IViewMultiString newValue ) : void
StringChanged ( int index, string newValue ) : void

Method Details

StringChanged() public méthode

public StringChanged ( int index, ITsString newValue ) : void
index int
newValue ITsString
Résultat void

StringChanged() public méthode

public StringChanged ( int index, IViewMultiString newValue ) : void
index int
newValue IViewMultiString
Résultat void

StringChanged() public méthode

public StringChanged ( int index, string newValue ) : void
index int
newValue string
Résultat void