System.Windows.Forms.ListView.OnUIAShowGroupsChanged C# (CSharp) 메소드

OnUIAShowGroupsChanged() 개인적인 메소드

private OnUIAShowGroupsChanged ( ) : void
리턴 void
		private void OnUIAShowGroupsChanged ()
		{
			EventHandler eh = (EventHandler) Events [UIAShowGroupsChangedEvent];
			if (eh != null)
				eh (this, EventArgs.Empty);
		}
ListView