Share via


EventBase Members

Include Protected Members
Include Inherited Members

The EventBase type exposes the following members.

Constructors

  Name Description
Protected method EventBase

Methods

  Name Description
Public method Contains
Returns truetrue (True in Visual Basic) if there is a subscriber matching SubscriptionToken.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method InternalPublish
Calls all the execution strategies exposed by the list of IEventSubscription.
Protected method InternalSubscribe
Adds the specified IEventSubscription to the subscribers' collection.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method Unsubscribe
Removes the subscriber matching the .

Properties

  Name Description
Protected property Subscriptions
Gets the list of current subscriptions.

See Also

EventBase Class

Microsoft.Practices.Prism.Events Namespace