SIL.FieldWorks.TE.ImportWizard.lvMappings_DoubleClick C# (CSharp) Method

lvMappings_DoubleClick() private method

Handles the double click on the listview. It will make it modify the item double-clicked.
private lvMappings_DoubleClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
		private void lvMappings_DoubleClick(object sender, EventArgs e)
		{
			//PerformClick is called instead of directly calling m_btnMappings_Click
			// because PerformClick takes into account buttons being disabled.
			m_btnCurrentModifyButton.PerformClick();
		}