CommandExecuteEventArgs(String, Object) Constructor

Class constructor.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public CommandExecuteEventArgs(
	string commandName,
	Object commandParameter
)

Parameters

commandName  String
Name of the command.
commandParameter  Object
Parameter of the command.

See Also