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
- toolAction
Tipo: Microsoft.Windows.Design.Interaction.ToolAction
A ação de ferramenta associada a este evento.
- sourceEvent
Tipo: System.Windows.Input.InputEventArgs
O evento que causou a esta ação.
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