ToolActionEventArgs, constructeur (ToolAction, EventArgs, InputDevice, Int32)
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 EventArgs, _
inputDevice As InputDevice, _
timestamp As Integer _
)
public ToolActionEventArgs(
ToolAction toolAction,
EventArgs sourceEvent,
InputDevice inputDevice,
int timestamp
)
public:
ToolActionEventArgs(
ToolAction toolAction,
EventArgs^ sourceEvent,
InputDevice^ inputDevice,
int timestamp
)
new :
toolAction:ToolAction *
sourceEvent:EventArgs *
inputDevice:InputDevice *
timestamp:int -> ToolActionEventArgs
public function ToolActionEventArgs(
toolAction : ToolAction,
sourceEvent : EventArgs,
inputDevice : InputDevice,
timestamp : int
)
Paramètres
- toolAction
Type : Microsoft.Windows.Design.Interaction.ToolAction
Action d'outil associée à cet événement.
- sourceEvent
Type : System.EventArgs
Événement qui a déclenché cette action.
- inputDevice
Type : System.Windows.Input.InputDevice
Périphérique d'entrée à associer à cet événement.
- timestamp
Type : System.Int32
Heure à laquelle l'entrée s'est produite.
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