Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.

Namespace:  Gallio.UI.Events
Assembly:  Gallio.UI (in Gallio.UI.dll) Version: 3.3.0.0 (3.3.552.0)

Syntax

C#
public class EventAggregator : IEventAggregator
Visual Basic (Declaration)
Public Class EventAggregator _
	Implements IEventAggregator

Inheritance Hierarchy

System..::.Object
  Gallio.UI.Events..::.EventAggregator

See Also