Click or drag to resize

EventObject Class

Inheritance Hierarchy

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public class EventObject

The EventObject type exposes the following members.

Constructors
  NameDescription
Public methodEventObject
Initializes a new instance of the EventObject class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSource
The object on which the Event initially occurred.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also