CollectionItemEventArgs<T> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Represents event data for the CollectionItemEventTypes events.
public sealed class CollectionItemEventArgs<T> : EventArgsBase
  Inherited Members
Type Parameters
| T | The topic object type.  | 
      
Constructors
| Name | Description | 
|---|---|
| CollectionItemEventArgs(MemberInfo, Lazy<T>, object) | Initializes a new instance of the CollectionItemEventArgs<T> class.  | 
      
Properties
| Name | Description | 
|---|---|
| Item | Gets the item.  | 
      
| Member | Gets the member that fired the event.  |