Class EditCommentCommand
Command used to edit an existing cell comment
Inheritance
System.Object
EditCommentCommand
Implements
System.Windows.Input.ICommand
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
public class EditCommentCommand : InsertCommentCommandBase, ICommand
Constructors
Declaration
public EditCommentCommand(SfSpreadsheet spreadsheetControl, string commandName)
Parameters
Type |
Name |
Description |
SfSpreadsheet |
spreadsheetControl |
|
System.String |
commandName |
|
Methods
Declaration
public override bool OnCanExecute(object parameter)
Parameters
Type |
Name |
Description |
System.Object |
parameter |
|
Returns
Overrides
Declaration
protected override void OnExecute(object parameter)
Parameters
Type |
Name |
Description |
System.Object |
parameter |
|
Overrides
Implements
System.Windows.Input.ICommand
Extension Methods