Create an instance of the event arguments with the specified values.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public SpaceBatchDataEventArgs( SpaceDataEventArgs<T>[] batchEventArgs, ISpaceProxy space, Object template )
Public Sub New ( _ batchEventArgs As SpaceDataEventArgs(Of T)(), _ space As ISpaceProxy, _ template As Object _ )
public: SpaceBatchDataEventArgs( array<SpaceDataEventArgs<T>^>^ batchEventArgs, ISpaceProxy^ space, Object^ template )
public SpaceBatchDataEventArgs( SpaceDataEventArgs<T>[] batchEventArgs, ISpaceProxy space, Object template )
Parameters
- batchEventArgs (array< SpaceDataEventArgs<(Of <(T>)>) >[]()[])
- The batch event args.
- space (ISpaceProxy)
- The space proxy.
- template (Object)
- The template which was used during subscription.