Compartir a través de


EventBindingService.EventHandlerGenerated (Evento)

Se produce cuando se asocia un método a ModelEvent como resultado de una llamada al método AddEventHandler.

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

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

EventBindingService Clase

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

OnEventHandlerGenerated

EventHandlerGeneratedEventArgs

Otros recursos

Arquitectura de extensibilidad de WPF Designer