Returns the delta that was incremented (negative for decrement operation).
![](../icons/collapse_all.gif)
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 )
![](../icons/collapse_all.gif)
- changeOperation (IChangeOperation)
- the change operation to extract data from.
![](../icons/collapse_all.gif)
The delta that was incremented (negative for decrement operation).