Returns the delta that was incremented (negative for decrement operation).
            
| C# | Visual Basic | Visual C++ | J# | 
public static Object GetDelta( IChangeOperation changeOperation )
Public Shared Function GetDelta ( _ changeOperation As IChangeOperation _ ) As Object
public: static Object^ GetDelta( IChangeOperation^ changeOperation )
public static Object GetDelta( IChangeOperation changeOperation )
- changeOperation (IChangeOperation)
 - the change operation to extract data from.
 
The delta that was incremented (negative for decrement operation).
