newValue Property

Summary

Gets the new value of the property being changed.

Syntax

JavaScript Syntax
Object.defineProperty(AnnPropertyChangedEventArgs.prototype, 'newValue', 
	get: function() 
) 
TypeScript Syntax
newValue: any; // read-only 

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