Marker interface used by the EventAggregator to
locate classes interested in an event.
Namespace:
Gallio.UI.EventsAssembly: Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.552.0)
Syntax
| C# |
|---|
public interface Handles<T> where T : Event |
| Visual Basic (Declaration) |
|---|
Public Interface Handles(Of T As Event) |
Type Parameters
- T
- The type of event.
