C# 클래스 MonoDevelop.Components.Commands.CommandActivationEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

공개 메소드들

메소드 설명
CommandActivationEventArgs ( object commandId, MonoDevelop.Components.Commands.CommandInfo commandInfo, object dataItem, object target, CommandSource source, System.TimeSpan executionTime = default(TimeSpan) ) : System

메소드 상세

CommandActivationEventArgs() 공개 메소드

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
리턴 System