ClassUICommandExecutedEventArgs
Class
Represents the UI command executed event args.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Commands
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class UICommandExecutedEventArgs : EventArgs
Inheritance: objectEventArgsUICommandExecutedEventArgs
Inherited Members
Constructors
UICommandExecutedEventArgs(ICommand, object)
Initializes a new instance of the UICommandExecutedEventArgs class.
Properties
Command
Gets the command.
CommandParameter
Gets the command parameter.
Declaration
cs-api-definition
public object CommandParameter { get; }
Property Value
The command parameter.