The ItemChanged event is sent when an annotation object changes. When an object is moved or resized by the user, an AnnotationMoved is fired.
The event handler receives an argument of type ItemChangedEventArgs containing data related to this event. The following ItemChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
Attribute | Gets the NotateTrait enumeration value of the attribute that changed. |
Element | Gets the Element that changed. |
Layer | Gets the layer on which the element that changed resides. |