CommandExecuteEventArgs(String, Object) Constructor
Class constructor.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public CommandExecuteEventArgs(
string commandName,
Object commandParameter
)
Public Sub New (
commandName As String,
commandParameter As Object
)
Parameters
- commandName String
- Name of the command.
- commandParameter Object
- Parameter of the command.