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
- toolAction
Type : Microsoft.Windows.Design.Interaction.ToolAction
Action d'outil associée à cet événement.
- sourceEvent
Type : System.Windows.Input.InputEventArgs
Événement qui a déclenché cette action.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | sourceEvent 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
ToolActionEventArgs, surcharge
Microsoft.Windows.Design.Interaction, espace de noms