annPropertyChangedEventArgs Constructor

Summary

Creates a new instance of the AnnObjectCollectionEventArgs class.

Syntax
TypeScript
JavaScript
AnnPropertyChangedEventArgs = function( 
   propertyName, 
   status, 
   oldValue, 
   newValue 
) 
constructor( 
   propertyName: string, 
   status: PropertyChangedStatus, 
   oldValue: any, 
   newValue: any 
); 

Parameters

propertyName

The name of the property being changed.

status

A PropertyChangedStatus enumeration representing the status of the property change operation.

oldValue

The old value of the property.

newValue

The new value of the property.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.