System.Windows.Forms.ToolStripItem.OnUIASelectionChanged C# (CSharp) Method

OnUIASelectionChanged() private method

private OnUIASelectionChanged ( ) : void
return void
		internal void OnUIASelectionChanged ()
		{
			EventHandler eh = (EventHandler)(Events [UIASelectionChangedEvent]);
			if (eh != null)
				eh (this, EventArgs.Empty);
		}