SIL.FieldWorks.SharpViews.SharpViewsTests.MockParaBox.StringChanged C# (CSharp) Method

StringChanged() public method

public StringChanged ( int index, ITsString newValue ) : void
index int
newValue ITsString
return void
		public void StringChanged(int index, ITsString newValue)
		{
			TheIndex = index;
			TheTsString = newValue;
		}

Same methods

MockParaBox::StringChanged ( int index, IViewMultiString newValue ) : void
MockParaBox::StringChanged ( int index, string newValue ) : void
MockParaBox