NUnitForms Class Library

ControlTester.FireEvent Method

Simulates firing of an event by the control being tested.

Overload List

Simulates firing of an event by the control being tested.

public void FireEvent(string,EventArgs);

Simulates firing of an event by the control being tested.

public void FireEvent(string,params object[]);

See Also

ControlTester Class | NUnit.Extensions.Forms Namespace