Classe ExecutedToolEventArgs
Fornece dados para o Executed evento.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
Public NotInheritable Class ExecutedToolEventArgs _
Inherits EventArgs
Dim instance As ExecutedToolEventArgs
public sealed class ExecutedToolEventArgs : EventArgs
public ref class ExecutedToolEventArgs sealed : public EventArgs
public final class ExecutedToolEventArgs extends EventArgs
Comentários
ExecutedToolEventArgs é semelhante a ExecutedRoutedEventArgs, mas para os comandos de ferramenta.
Hierarquia de herança
System.Object
System.EventArgs
Microsoft.Windows.Design.Interaction.ExecutedToolEventArgs
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Interaction