Propriedade SelectionCommands.ShowEvent

Obtém um ToolCommand que representa uma solicitação para exibir o manipulador de eventos padrão para o objeto da seleção principal no designer.

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

Sintaxe

'Declaração
Public Shared ReadOnly Property ShowEvent As ToolCommand
    Get
public static ToolCommand ShowEvent { get; }
public:
static property ToolCommand^ ShowEvent {
    ToolCommand^ get ();
}
static member ShowEvent : ToolCommand
static function get ShowEvent () : ToolCommand

Valor de propriedade

Tipo: Microsoft.Windows.Design.Interaction.ToolCommand
Uma solicitação para exibir o manipulador de eventos padrão para o objeto da seleção principal no designer.

Comentários

Se o objeto da seleção principal não tiver um manipulador de eventos, um é criado para ele.

Segurança do .NET Framework

Consulte também

Referência

SelectionCommands Classe

Namespace Microsoft.Windows.Design.Interaction

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Outros recursos

Arquitetura de extensibilidade Designer WPF