Compartilhar via


Construtor ToolActionEventArgs (ToolAction, InputEventArgs)

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 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

Exceções

Exceção Condição
ArgumentNullException

sourceEvent is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

ToolActionEventArgs Classe

Sobrecargas ToolActionEventArgs

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer

Ferramenta de Arquitetura