MainForm.LinkLabel_GotFocus C# (CSharp) Method

LinkLabel_GotFocus() public method

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