ToolActionEventArgs (Constructor) (ToolAction, InputEventArgs)
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 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
)
Parámetros
- toolAction
Tipo: Microsoft.Windows.Design.Interaction.ToolAction
Acción de herramienta asociada a este evento.
- sourceEvent
Tipo: System.Windows.Input.InputEventArgs
Evento que provocó esta acción.
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)