EventBindingService.EventHandlerGenerated, événement
Se produit lorsqu'une méthode est associée à un ModelEvent à la suite d'un appel à la méthode AddEventHandler.
Espace de noms : Microsoft.Windows.Design.Services
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Event EventHandlerGenerated As EventHandler(Of EventHandlerGeneratedEventArgs)
public event EventHandler<EventHandlerGeneratedEventArgs> EventHandlerGenerated
public:
event EventHandler<EventHandlerGeneratedEventArgs^>^ EventHandlerGenerated {
void add (EventHandler<EventHandlerGeneratedEventArgs^>^ value);
void remove (EventHandler<EventHandlerGeneratedEventArgs^>^ value);
}
member EventHandlerGenerated : IEvent<EventHandler<EventHandlerGeneratedEventArgs>,
EventHandlerGeneratedEventArgs>
JScript ne prend pas en charge les événements.
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.Services, espace de noms
EventHandlerGeneratedEventArgs