←Select platform

NewValue Property

Summary

Gets the new value of the property being changed.

Syntax

C#
VB
Java
WinRT C#
C++
public object NewValue { get; } 
Public ReadOnly Property NewValue As Object 
public object NewValue {get;} 
public Object getNewValue() 
 get_NewValue();  
public:  
   property Object^ NewValue 
   { 
      Object^ get() 
   } 

Property Value

The new 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