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.]

[Missing <summary> documentation for "M:Developpez.Dotnet.Windows.Input.DelegateCommand.System#Windows#Input#ICommand#CanExecute(System.Object)"]

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#
bool ICommand.CanExecute(
	Object parameter
)
Visual Basic (Declaration)
Private Function CanExecute ( _
	parameter As Object _
) As Boolean Implements ICommand.CanExecute
Visual C++
private:
virtual bool CanExecute(
	Object^ parameter
) sealed = ICommand::CanExecute

Parameters

parameter
Type: System..::.Object

[Missing <param name="parameter"/> documentation for "M:Developpez.Dotnet.Windows.Input.DelegateCommand.System#Windows#Input#ICommand#CanExecute(System.Object)"]

Return Value

[Missing <returns> documentation for "M:Developpez.Dotnet.Windows.Input.DelegateCommand.System#Windows#Input#ICommand#CanExecute(System.Object)"]

Implements

ICommand..::.CanExecute(Object)

See Also