C# Class MonoDevelop.Components.Commands.CommandActivationEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
CommandActivationEventArgs ( object commandId, MonoDevelop.Components.Commands.CommandInfo commandInfo, object dataItem, object target, CommandSource source, System.TimeSpan executionTime = default(TimeSpan) ) : System

Method Details

CommandActivationEventArgs() public method

public CommandActivationEventArgs ( object commandId, MonoDevelop.Components.Commands.CommandInfo commandInfo, object dataItem, object target, CommandSource source, System.TimeSpan executionTime = default(TimeSpan) ) : System
commandId object
commandInfo MonoDevelop.Components.Commands.CommandInfo
dataItem object
target object
source CommandSource
executionTime System.TimeSpan
return System