Partager via


ToolActionEventArgs, constructeur (ToolAction, InputEventArgs)

Initialise une nouvelle instance de la classe ToolActionEventArgs.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    toolAction As ToolAction, _
    sourceEvent As InputEventArgs _
)
public ToolActionEventArgs(
    ToolAction toolAction,
    InputEventArgs sourceEvent
)
public:
ToolActionEventArgs(
    ToolAction toolAction, 
    InputEventArgs^ sourceEvent
)
new : 
        toolAction:ToolAction * 
        sourceEvent:InputEventArgs -> ToolActionEventArgs
public function ToolActionEventArgs(
    toolAction : ToolAction, 
    sourceEvent : InputEventArgs
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

sourceEvent est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

ToolActionEventArgs Classe

ToolActionEventArgs, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture des outils