The EventContext type exposes the following members.

Constructors

  NameDescription
EventContext
Initialize the context.

Methods

  NameDescription
ContainsData
Check if data is associated with a key.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetData
Get data for event shared by receivers inside this group.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetData
Set data with an associated key name.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
condionalReturn
Used to save the conditionnal return of a receiver.
data
Store data associated with the event and shared between a group of receivers.
forlock
Used to lock access on shared ressource.
groupContext
The context of the group of receivers.

Properties

  NameDescription
GroupContext
Get the GroupContext of this event.
ReceiverReturn
The conditionnal return of a receiver.

See Also