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

OnCommandActivated() 개인적인 메소드

private OnCommandActivated ( object commandId, MonoDevelop.Components.Commands.CommandInfo commandInfo, object dataItem, object target, CommandSource source, System.TimeSpan time ) : void
commandId object
commandInfo MonoDevelop.Components.Commands.CommandInfo
dataItem object
target object
source CommandSource
time System.TimeSpan
리턴 void
		void OnCommandActivated (object commandId, CommandInfo commandInfo, object dataItem, object target, CommandSource source, TimeSpan time)
		{
			if (CommandActivated != null)
				CommandActivated (this, new CommandActivationEventArgs (commandId, commandInfo, dataItem, target, source, time));
		}