Interface ICommand
ICommand interface
Defines a command.
public interface ICommand : IDisposable
Properties
| Name | Description |
|---|---|
| CanExecute { get; } | Defines the operator that determines whether the command can execute in its current state. |
Methods
| Name | Description |
|---|---|
| Execute() | Defines the method to be called when the command is invoked. |
Events
| Name | Description |
|---|---|
| event CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |
See Also
- namespace Aspose.Email.Clients
- assembly Aspose.Email