ItemEventTE ClassHazelcast .Net Client Class Library
Map Item event.
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreItemEventTE

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

[SerializableAttribute]
public class ItemEvent<TE> : EventObject

Type Parameters

TE

The ItemEventTE type exposes the following members.

Constructors

  NameDescription
Public methodItemEventTE
Initializes a new instance of the ItemEventTE class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEventType
Returns the event type.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem
Returns the item related to event.
Public methodGetMember
Returns the member fired this event.
Public methodGetSource
The object on which the Event initially occurred.
(Inherited from EventObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Remarks

Map Item event.
See Also

Reference