EventBindingService.EventHandlerGenerated Event
Occurs when a method is associated with a ModelEvent as a result of a call to the AddEventHandler method.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace
EventHandlerGeneratedEventArgs