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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms