Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Implementation de ICommand.CanExecuteChanged
Espace de nom : Developpez.Dotnet.Windows.InputAssembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public event EventHandler CanExecuteChanged |
Visual Basic (Déclaration) |
---|
Public Event CanExecuteChanged As EventHandler |
Visual C++ |
---|
public: virtual event EventHandler^ CanExecuteChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |