GigaSpaces XAP.NET Documentation
SpaceDataEventArgs<(Of <(T>)>) Class
Class LibraryGigaSpaces.Core.EventsSpaceDataEventArgs<(Of <(T>)>)
Encapsulates arguments related to space data events.
Declaration Syntax
C#Visual BasicVisual C++J#
public class SpaceDataEventArgs<T> : SpaceEventArgs
Public Class SpaceDataEventArgs(Of T) _
	Inherits SpaceEventArgs
generic<typename T>
public ref class SpaceDataEventArgs : public SpaceEventArgs
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of entry which triggered the event.
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
SpaceDataEventArgs<(Of <(T>)>)(ISpaceProxy, T, String, Object, DataEventType)
Create an instance of the event arguments with the specified values.

_eventType
Storage field for EventType property.

_object
Storage field for Object property.

_template
Storage field for Template property.

_uid
Storage field for Uid property.

_version
Storage field for Version property.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventType
Returns the type of event which has occurred.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Object
Returns the Object which was changed by the event.

Space
Returns the space proxy associated with the event.
(Inherited from SpaceEventArgs.)
Template
Returns the template which was used during subscription.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Uid
Returns the unique identifier of the notified entry.

Inheritance Hierarchy
Object
EventArgs
 SpaceEventArgs
  SpaceDataEventArgs<(Of <(T>)>)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)