ToolCommandBinding, constructeur (ToolCommand, ExecutedToolEventHandler)
Initialise une nouvelle instance de la classe ToolCommandBinding.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub New ( _
command As ToolCommand, _
executedToolEventHandler As ExecutedToolEventHandler _
)
public ToolCommandBinding(
ToolCommand command,
ExecutedToolEventHandler executedToolEventHandler
)
public:
ToolCommandBinding(
ToolCommand^ command,
ExecutedToolEventHandler^ executedToolEventHandler
)
new :
command:ToolCommand *
executedToolEventHandler:ExecutedToolEventHandler -> ToolCommandBinding
public function ToolCommandBinding(
command : ToolCommand,
executedToolEventHandler : ExecutedToolEventHandler
)
Paramètres
- command
Type : Microsoft.Windows.Design.Interaction.ToolCommand
Commande à lier.
- executedToolEventHandler
Type : Microsoft.Windows.Design.Interaction.ExecutedToolEventHandler
Gestionnaire d'événements à déclencher lorsque la commande est exécutée.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | command ou executedToolEventHandler est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms