Construtor ToolActionEventArgs (ToolAction, EventArgs, InputDevice, Int32)
Initializes a new instance of the ToolActionEventArgs class.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- toolAction
Tipo: Microsoft.Windows.Design.Interaction.ToolAction
A ação de ferramenta associada a este evento.
- sourceEvent
Tipo: System.EventArgs
O evento que causou a esta ação.
- inputDevice
Tipo: System.Windows.Input.InputDevice
O dispositivo de entrada para associar a este evento.
- timestamp
Tipo: System.Int32
A hora quando a entrada ocorreu.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | sourceEvent is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Sobrecargas ToolActionEventArgs
Namespace Microsoft.Windows.Design.Interaction