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
CollectionItemEventArgs(MemberInfo, Lazy<T>, Object) | Initializes a new instance of the CollectionItemEventArgs<T> class. |
Properties
Item | Gets the item. |
Member | Gets the member that fired the event. |