AnnotationResourceChangedEventArgs Class
Provides data for the AnchorChanged and CargoChanged events.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | AnnotationResourceChangedEventArgs(Annotation^, AnnotationAction, AnnotationResource^) | Initializes a new instance of the AnnotationResourceChangedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the action of the annotation Resource. |
![]() | Annotation | Gets the Annotation that raised the event. |
![]() | Resource |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The AnnotationResourceChangedEventArgs data includes the Annotation that raised the event, the anchor or cargo resource associated with the event, and the action that was taken - Added, Removed, or Modified.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

