ToolActionEventArgs (Constructor) (ToolAction, EventArgs, InputDevice, Int32)
Inicializa una nueva instancia de la clase ToolActionEventArgs.
Espacio de nombres: Microsoft.Windows.Design.Interaction
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
Acción de herramienta asociada a este evento.
- sourceEvent
Tipo: System.EventArgs
Evento que provocó esta acción.
- inputDevice
Tipo: System.Windows.Input.InputDevice
Dispositivo de entrada que se va a asociar a este evento.
- timestamp
Tipo: System.Int32
Hora a la que se produjo la entrada.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El valor de sourceEvent es nullreferencia null (Nothing en Visual Basic). |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ToolActionEventArgs (Sobrecarga)
Microsoft.Windows.Design.Interaction (Espacio de nombres)