System.Windows.Forms.ListView.OnUIAViewChanged C# (CSharp) Méthode

OnUIAViewChanged() private méthode

private OnUIAViewChanged ( ) : void
Résultat void
		private void OnUIAViewChanged ()
		{
			EventHandler eh = (EventHandler) Events [UIAViewChangedEvent];
			if (eh != null)
				eh (this, EventArgs.Empty);
		}
ListView