Compartir a través de


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

Excepciones

Excepción Condición
ArgumentNullException

El valor de sourceEvent es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

ToolActionEventArgs Clase

ToolActionEventArgs (Sobrecarga)

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de herramientas