Proxy event handler.
Namespace:
Gallio.UI.EventsAssembly: Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.552.0)
Syntax
| C# |
|---|
public class EventHandlerProxy<T> : Handles<T> where T : Event |
| Visual Basic (Declaration) |
|---|
Public Class EventHandlerProxy(Of T As Event) _ Implements Handles(Of T) |
Type Parameters
- T
- The type of event.
