Partager via


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

Exceptions

Exception Condition
ArgumentNullException

command ou executedToolEventHandler est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

ToolCommandBinding Classe

ToolCommandBinding, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture des outils