Click or drag to resize

ItemEvent<TE> Class

Map Item event.
Inheritance Hierarchy
System.Object
  Hazelcast.Core.EventObject
    Hazelcast.Core.ItemEvent<TE>

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
[SerializableAttribute]
public class ItemEvent<TE> : EventObject

Type Parameters

TE

The ItemEvent<TE> type exposes the following members.

Constructors
  NameDescription
Public methodItemEvent<TE>
Initializes a new instance of the ItemEvent<TE> 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 the default hash function.
(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 Object.ToString().)
Top
Remarks
Map Item event.
See Also