.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    MapEntryEventArgsBase<TKey> Class

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    Represents event data for map entry events.

    public abstract class MapEntryEventArgsBase<TKey> : EventArgsBase
    Inheritance
    Object
    EventArgsBase
    MapEntryEventArgsBase<TKey>
    MapEntryAddedEventArgs<TKey, TValue>
    MapEntryEvictedEventArgs<TKey, TValue>
    MapEntryExpiredEventArgs<TKey, TValue>
    MapEntryInvalidatedEventArgs<TKey, TValue>
    MapEntryLoadedEventArgs<TKey, TValue>
    MapEntryMergedEventArgs<TKey, TValue>
    MapEntryRemovedEventArgs<TKey, TValue>
    MapEntryUpdatedEventArgs<TKey, TValue>
    Inherited Members
    EventArgsBase.State
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Type Parameters
    TKey

    The type of the keys.

    Constructors

    MapEntryEventArgsBase(MemberInfo, Lazy<TKey>, Object)

    Initializes a new instance of the MapEntryEventArgsBase<TKey> class.

    Properties

    Key

    Gets the key.

    Member

    Gets the member that originated the event.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.