PropertyChangedStatus Enumeration

Summary

Provides data for the property changed status

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.PropertyChangedStatus = { 
	after: 0, 
	before: 1 
} 
lt.Annotations.Engine.PropertyChangedStatus = { 
	after: 0, 
	before: 1 
} 

Members

0 After

(0)The property has changed.

1 Before

(1)The property is about to change.

Remarks

Value for the AnnPropertyChangedEventArgs.Status property.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly