Partager via


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

  • sourceEvent
    Type : System.EventArgs
    Événement qui a déclenché cette action.
  • 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

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