←Select platform

AnnPropertyChangedEventArgs Constructor

Summary

Creates a new instance of the AnnObjectCollectionEventArgs class.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal propertyName As String, _ 
   ByVal status As PropertyChangedStatus, _ 
   ByVal oldValue As Object, _ 
   ByVal newValue As Object _ 
) 
public AnnPropertyChangedEvent( 
   Object source, 
   String propertyName, 
   PropertyChangedStatus status, 
   Object oldValue, 
   Object newValue 
) 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly