SIL.ObjectBrowser.InspectorWnd.m_list_BeginItemExpanding C# (CSharp) Method

m_list_BeginItemExpanding() public method

Handles the BeginItemExpanding event of the m_list control.
public m_list_BeginItemExpanding ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void
		void m_list_BeginItemExpanding(object sender, EventArgs e)
		{
			Cursor = Cursors.WaitCursor;
		}