Compartilhar via


Propriedade ToolActionEventArgs.ToolAction

Obtém a ação de ferramenta associada a este evento.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public ReadOnly Property ToolAction As ToolAction
    Get
public ToolAction ToolAction { get; }
public:
property ToolAction ToolAction {
    ToolAction get ();
}
member ToolAction : ToolAction
function get ToolAction () : ToolAction

Valor de propriedade

Tipo: Microsoft.Windows.Design.Interaction.ToolAction
A ação de ferramenta associada a este evento.

Segurança do .NET Framework

Consulte também

Referência

ToolActionEventArgs Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer

Ferramenta de Arquitetura