NUnitForms Class Library

ControlTester.EndCurrentEdit Method 

Should call this method after editing something in order to trigger any databinding done with the Databindings collection. (ie text box to a data set)

[Visual Basic]
Public Sub EndCurrentEdit( _
   ByVal propertyName As String _
)
[C#]
public void EndCurrentEdit(
   string propertyName
);

Parameters

propertyName
Missing <param> documentation for propertyName

See Also

ControlTester Class | NUnit.Extensions.Forms Namespace