Share via


EventBase Class

Defines a base class to publish and subscribe to events.

Namespace:  Microsoft.Practices.Composite.Events
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public MustInherit Class EventBase
public abstract class EventBase
public ref class EventBase abstract
Microsoft.Practices.Composite.Events.EventBase = function();

Type.createClass(
    'Microsoft.Practices.Composite.Events.EventBase');

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Events.EventBase
    Microsoft.Practices.Composite.Presentation.Events.CompositePresentationEvent<TPayload>

See Also

EventBase Members

Microsoft.Practices.Composite.Events Namespace