Encapsulates arguments related to space data events.
            
| C# | Visual Basic | Visual C++ | J# | 
public class SpaceDataEventArgs<T> : SpaceEventArgs
Public Class SpaceDataEventArgs(Of T) _ Inherits SpaceEventArgs
generic<typename T> public ref class SpaceDataEventArgs : public SpaceEventArgs
- T
 - Type of entry which triggered the event.
 
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
| 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) |  (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()()()() |  (Inherited from Object.) | |
| Uid | 
            Returns the unique identifier of the notified entry.
              | 
| Object | |||
| EventArgs | |||
| SpaceEventArgs | |||
| SpaceDataEventArgs<(Of <(<'T>)>)> | |||
