Partager via


SelectionCommands.ShowEvent, propriété

Obtient un ToolCommand qui représente une demande d'affichage du gestionnaire d'événements par défaut pour l'objet de sélection principal dans le concepteur.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.Windows.Design.Interaction.ToolCommand
Demande d'affichage du gestionnaire d'événements par défaut pour l'objet de sélection principal dans le concepteur.

Notes

Un gestionnaire d'événements est créé pour l'objet de sélection principal si celui-ci n'en a pas encore.

Sécurité .NET Framework

Voir aussi

Référence

SelectionCommands Classe

Microsoft.Windows.Design.Interaction, espace de noms

Selection

SelectionOperations

SelectionTool

EditingContext

CanExecute

Execute

Autres ressources

Architecture de l'extensibilité du Concepteur WPF