GigaSpaces XAP.NET Documentation
DataEventArgs<(Of <(TData>)>) Structure
Class LibraryGigaSpaces.XAP.EventsDataEventArgs<(Of <(TData>)>)
Data Event arguments
Declaration Syntax
C#Visual BasicVisual C++J#
public struct DataEventArgs<TData>
Public Structure DataEventArgs(Of TData)
generic<typename TData>
public value class DataEventArgs
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
TData
Type of data which raised the event.
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DataEventArgs<(Of <(TData>)>)(TData, ISpaceProxy, ITransaction, Object)
Constructs data event arguments

CustomEventArgs
Gets custom event arguments.

Data
Gets the event data

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
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()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SpaceProxy
Gets the space proxy of the container that sent this event

ToString()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Transaction
Gets the transaction context of this event

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