←Select platform

PropertyChangedStatus Enumeration

Summary
Provides data for the property changed status.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum PropertyChangedStatus  
typedef NS_ENUM(NSInteger, LTPropertyChangedStatus) { 
 LTPropertyChangedStatusAfter = 0,  
 LTPropertyChangedStatusBefore = 1,  
}; 
public enum PropertyChangedStatus 
public: 
   enum class PropertyChangedStatus sealed 
class PropertyChangedStatus(Enum): 
   After = 0 
   Before = 1 
Members
ValueMemberDescription
0After The property has changed.
1Before The property is about to change.
Remarks

Value for the AnnPropertyChangedEventArgs.Status property.

Requirements

Target Platforms

Help Version 22.0.2023.7.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.