| Visual Basic (Declaration) | |
|---|---|
| Public Enum AnnObjectChangedType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum AnnObjectChangedType : Enum | |
| Managed Extensions for C++ | |
|---|---|
| __value public enum AnnObjectChangedType : public Enum | |
| C++/CLI | |
|---|---|
| public enum class AnnObjectChangedType : public Enum | |
| Member | Description | 
|---|---|
| None | No change | 
| BringToFront | As a result from either calling the BringToFront method manually or from the user interface. | 
| SendToBack | As a result from either calling the SendToBack method manually or from the user interface. | 
| Delete | As a result from either calling the Delete method manually or from the user interface. | 
| Lock | As a result from either calling the Lock method manually or from the user interface. | 
| Unlock | As a result from either calling the Unlock method manually or from the user interface. | 
| Paste | As a result from either calling the Paste method manually or from the user interface. | 
| Flip | As a result from either calling the Flip method manually or from the user interface. | 
| RealizeRedaction | As a result from either calling the RealizeRedaction or RealizeAllRedactions methods manually or from the user interface. | 
| RestoreRedaction | As a result from either calling the RestoreRedaction or RestoreAllRedactions methods manually or from the user interface. | 
| ApplyEncryptor | As a result from either calling the ApplyEncryptor or ApplyAllEncryptors methods manually or from the user interface. | 
| ApplyDecryptor | As a result from either calling the ApplyDecryptor or ApplyAllDecryptors methods manually or from the user interface. | 
| Name | As a result from changing the AnnObject Name properties from the ObjectPropertiesDialogType user interface. | 
| Hyperlink | As a result from changing the AnnObject.Hyperlink property from the ObjectPropertiesDialogType user interface. | 
| Text | As a result from changing an IAnnTextObject derived object property from the ObjectPropertiesDialogType user interface. | 
| Picture | As a result from changing an IAnnPictureObject derived object property from the ObjectPropertiesDialogType user interface. | 
| Pictures | As a result from changing an IAnnPrimarySecondaryPictureObject derived object property from the ObjectPropertiesDialogType user interface. | 
| Ruler | As a result from changing an IAnnRulerObject derived object property from the ObjectPropertiesDialogType user interface. | 
| Pen | As a result from changing an AnnDrawable derived object Pen property from the ObjectPropertiesDialogType user interface. | 
| Brush | As a result from changing an AnnDrawable derived object Brush property from the ObjectPropertiesDialogType user interface. | 
| Font | As a result from changing an AnnDrawable derived object Font property from the ObjectPropertiesDialogType user interface. | 
| Encrypt | As a result from changing an AnnEncryptObject property from the ObjectPropertiesDialogType user interface. | 
| Polygon | As a result from changing an AnnPolygonObject or AnnClosedCurveObjectproperty from the ObjectPropertiesDialogType user interface. | 
| Curve | As a result from changing an AnnCurveObject or AnnClosedCurveObjectproperty from the ObjectPropertiesDialogType user interface. | 
| Protractor | As a result from changing an AnnProtractorObject property from the ObjectPropertiesDialogType user interface. | 
| RubberStamp | As a result from changing an AnnRubberStampObject property from the ObjectPropertiesDialogType user interface. | 
| Point | As a result from changing an AnnPointObject property from the ObjectPropertiesDialogType user interface. | 
| Audio | As a result from changing an AnnAudioObject property from the ObjectPropertiesDialogType user interface. | 
| ControlPoints | As a result from changing the control points and gap properties from the ObjectPropertiesDialogType user interface. | 
| Hilite | As a result from changing an AnnHiliteObject property from the ObjectPropertiesDialogType user interface. | 
| DesignerDraw | As a result from the user interface drawing a new object via the AnnDrawDesigner user interface. | 
| DesignerEdit | As a result from the user interface editing an existing object via the AnnEditDesigner user interface. | 
| ResetRotatePoints | As a result from  resetting the rotate control points of an existing object via the AnnEditDesigner user interface. For more information, refer to New Annotation Features of Version 14.5. | 
| Fixed | As a result from changing the 'fixed' state of an existing object via the AnnEditDesigner user interface. | 
For an example, refer to BeforeObjectChanged or AfterObjectChanged.
            
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.AnnObjectChangedType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 
     
     
     
    