←Select platform

OldValue Property

Summary

Gets the old (previous) value of the property being changed.

Syntax

C#
VB
Java
WinRT C#
C++
public object OldValue { get; } 
Public ReadOnly Property OldValue As Object 
public object OldValue {get;} 
public Object getOldValue() 
 get_OldValue();  
public:  
   property Object^ OldValue 
   { 
      Object^ get() 
   } 

Property Value

The old (previous) value of the property being changed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly