.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    EventArgsBase Class

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

    Provides a base class for all event arguments.

    public abstract class EventArgsBase
    Inheritance
    object
    EventArgsBase
    CollectionItemEventArgs<T>
    MapEntryEventArgsBase<TKey>
    TopicMessageEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    EventArgsBase(object)

    Initializes a new instance of the EventArgsBase class.

    Properties

    Name Description
    State

    Gets the state object.

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