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.]
Initialise une nouvelle instance de DelegateCommand<T>, avec la méthode spécifiée pour Execute
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 DelegateCommand(
Action<T> executeMethod
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
executeMethod As Action(Of T) _
) |
Visual C++ |
---|
public:
DelegateCommand(
Action<T>^ executeMethod
) |
Parameters
- executeMethod
- Type: System..::.Action<(Of <(T>)>)
[Missing <param name="executeMethod"/> documentation for "M:Developpez.Dotnet.Windows.Input.DelegateCommand`1.#ctor(System.Action{`0})"]
See Also