[]
Represents a class that contains event data for CommandExecuting
public sealed class ExecuteCommandEventArgs : EventArgs
Public NotInheritable Class ExecuteCommandEventArgs
Inherits EventArgs
Name | Description |
---|---|
ExecuteCommandEventArgs(string, object) |
Name | Description |
---|---|
CommandName | Gets the name of command. |
Handled | Gets or sets a boolean value indicating whether the command was executed. |
Parameter | Gets the value of command. |