Batch Data Event arguments
            
| C# | Visual Basic | Visual C++ | J# | 
public struct BatchDataEventArgs<TData>
Public Structure BatchDataEventArgs(Of TData)
generic<typename TData> public value class BatchDataEventArgs
- TData
 - Type of data which raised the event.
 
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
| BatchDataEventArgs<(Of <(TData>)>)(array<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
              | 
