MonoDevelop.Components.Commands.CommandManager.NotifyCommandTargetScanFinished C# (CSharp) 메소드

NotifyCommandTargetScanFinished() 개인적인 메소드

private NotifyCommandTargetScanFinished ( ) : void
리턴 void
		void NotifyCommandTargetScanFinished ()
		{
			if (CommandTargetScanFinished != null)
				CommandTargetScanFinished (this, EventArgs.Empty);
		}