[]
Initializes a new instance of the ExecuteCommandEventArgs class.
public ExecuteCommandEventArgs(string commandName, object parameter)
Public Sub New(commandName As String, parameter As Object)
Type | Name | Description |
---|---|---|
string | commandName | The name of command. |
object | parameter | The value of command. |