MyTest.Raise C# (CSharp) Method

Raise() public method

public Raise ( ) : void
return void
	public void Raise ()
	{
		if (TestEvent != null)
			TestEvent (this, EventArgs.Empty);
	}