Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Implementation de ICommand.CanExecuteChanged

Namespace:  Developpez.Dotnet.Windows.Input
Assembly:  Developpez.Dotnet.Windows (in Developpez.Dotnet.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler CanExecuteChanged
Visual Basic (Declaration)
Public Event CanExecuteChanged As EventHandler
Visual C++
public:
virtual  event EventHandler^ CanExecuteChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Implements

ICommand..::.CanExecuteChanged

See Also