SIL.FieldWorks.IText.ConcordanceControl.OnLeave C# (CSharp) Method

OnLeave() protected method

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
return void
		protected override void OnLeave(EventArgs e)
		{
			base.OnLeave(e);

			SaveSettings();
		}