IPreviewCommand Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit les méthodes d’aperçu des commandes sans valider réellement l’action.
public interface class IPreviewCommand : System::Windows::Input::ICommand
public interface IPreviewCommand : System.Windows.Input.ICommand
type IPreviewCommand = interface
interface ICommand
Public Interface IPreviewCommand
Implements ICommand
- Implémente
Méthodes
CancelPreview() |
Définit une méthode à appeler pour annuler l'aperçu d'une commande. |
CanExecute(Object) |
Détermine si la commande peut s’exécuter dans son état actuel. (Hérité de ICommand) |
Execute(Object) |
Définit la méthode à appeler lorsque la commande est invoquée. (Hérité de ICommand) |
Preview(Object) |
Définit une méthode à appeler lorsqu'une commande est prévisualisée. |
Événements
CanExecuteChanged |
Se produit lorsque des modifications ont lieu qui affectent si la commande doit s’exécuter ou non. (Hérité de ICommand) |