Compartir a través de


SelectionCommands.ShowEvent (Propiedad)

Obtiene ToolCommand que representa una solicitud para mostrar el controlador de eventos predeterminado del objeto de selección principal en el diseñador.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Windows.Design.Interaction.ToolCommand
Solicitud para mostrar el controlador de eventos predeterminado del objeto de selección principal en el diseñador.

Comentarios

Si el objeto de selección principal no tiene todavía un controlador de eventos, crea uno para él.

Seguridad de .NET Framework

Vea también

Referencia

SelectionCommands Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Otros recursos

Arquitectura de extensibilidad de WPF Designer