|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace : PropertyChangedStatus Enumeration |
public enum PropertyChangedStatus : System.Enum
'Declaration
Public Enum PropertyChangedStatus Inherits System.Enum
public enum PropertyChangedStatus : System.Enum
public enum PropertyChangedStatus
Leadtools.Annotations.Core.PropertyChangedStatus = function() { };
Leadtools.Annotations.Core.PropertyChangedStatus.prototype = {
After = 0x00000000,
Before = 0x00000001,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | After | The property has changed. ![]() ![]() ![]() ![]() |
| 0x00000001 | Before | The property is about to change. ![]() ![]() ![]() ![]() |
Value for the AnnPropertyChangedEventArgs.Status property.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.PropertyChangedStatus