←Select platform

PropertyChangedStatus Enumeration

Summary

Provides data for the property changed status

Syntax

C#
VB
Java
WinRT C#
C++
public enum PropertyChangedStatus  
Public Enum PropertyChangedStatus  
    
public enum PropertyChangedStatus  
public enum PropertyChangedStatus 
Leadtools.Annotations.Core.PropertyChangedStatus = function() { }; 
Leadtools.Annotations.Core.PropertyChangedStatus.prototype = { 
 
  After = 0x00000000, 
    Before = 0x00000001, 
     
 }; 
public: 
   enum class PropertyChangedStatus sealed 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly