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.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Event EventHandlerGenerated As EventHandler(Of EventHandlerGeneratedEventArgs)
'Usage
Dim instance As EventBindingService
Dim handler As EventHandler(Of EventHandlerGeneratedEventArgs)
AddHandler instance.EventHandlerGenerated, handler
public event EventHandler<EventHandlerGeneratedEventArgs> EventHandlerGenerated
public:
event EventHandler<EventHandlerGeneratedEventArgs^>^ EventHandlerGenerated {
void add (EventHandler<EventHandlerGeneratedEventArgs^>^ value);
void remove (EventHandler<EventHandlerGeneratedEventArgs^>^ value);
}
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
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added new member. |
SP1 feature change. |