Create an instance of the event arguments with the specified values.
            
| C# | Visual Basic | Visual C++ | J# | 
public SpaceDataEventArgs( ISpaceProxy space, T obj, string uid, Object template, DataEventType eventType )
Public Sub New ( _ space As ISpaceProxy, _ obj As T, _ uid As String, _ template As Object, _ eventType As DataEventType _ )
public: SpaceDataEventArgs( ISpaceProxy^ space, T obj, String^ uid, Object^ template, DataEventType eventType )
public SpaceDataEventArgs( ISpaceProxy space, T obj, String uid, Object template, DataEventType eventType )
- space (ISpaceProxy)
 - The space proxy.
 
- obj (T)
 - The object which was changed.
 
- uid (String)
 - The unique identifier of the notified entry.
 
- template (Object)
 - The template which was used during subscription.
 
- eventType (DataEventType)
 - The type of event which has happenned.
 
