MonoDevelop.Components.Commands.CommandManager.NotifyCommandTargetScanFinished C# (CSharp) Method

NotifyCommandTargetScanFinished() private method

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