Proxy event handler.

Namespace:  Gallio.UI.Events
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  Gallio.UI.Events..::.EventHandlerProxy<(Of <(T>)>)

See Also