Share via


IEventSubscription Interface

Defines a contract for an event subscription to be used by EventBase.

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

Syntax

'Declaration
Public Interface IEventSubscription
public interface IEventSubscription
public interface class IEventSubscription
Microsoft.Practices.Composite.Events.IEventSubscription = function();
Microsoft.Practices.Composite.Events.IEventSubscription.createInterface('Microsoft.Practices.Composite.Events.IEventSubscription');

See Also

IEventSubscription Members

Microsoft.Practices.Composite.Events Namespace