MainForm.TabControl_LostFocus C# (CSharp) Method

TabControl_LostFocus() public method

public TabControl_LostFocus ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
	void TabControl_LostFocus (object sender, EventArgs e)
	{
		_eventsText.AppendText (
			"TabControl => LostFocus" +
			Environment.NewLine);
	}
MainForm