Map Item event.
Inheritance Hierarchy
Hazelcast.CoreEventObject
Hazelcast.CoreItemEventE
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Type Parameters
- E
The ItemEventE type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ItemEventE(String, ItemEventType, E, IMember) | Initializes a new instance of the ItemEventE class |
![]() | ItemEventE(String, Int32, E, IMember) | Initializes a new instance of the ItemEventE class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetEventType | Returns the event type. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem | Returns the item related to event. |
![]() | GetMember | Returns the member fired this event. |
![]() | GetSource |
The object on which the Event initially occurred.
(Inherited from EventObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Remarks
See Also