Class ExecutedRoutedEventArgs
Provides data for the System.Windows.Input.CommandManager.Executed and System.Windows.Input.CommandManager.PreviewExecuted routed events.
Inheritance
System.Object
System.EventArgs
ExecutedRoutedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public sealed class ExecutedRoutedEventArgs : EventArgs
Properties
Command
Gets the command that was invoked.
Declaration
public ICommand Command { get; }
Property Value
ICommand
The command associated with this event. |
Parameter
Gets data parameter of the command.
Declaration
public object Parameter { get; }
Property Value
System.Object
The command-specific data. The default value is null. |