The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AnnotationResourceChangedEventArgs Constructor (Annotation^, AnnotationAction, AnnotationResource^)
.NET Framework (current version)
Initializes a new instance of the AnnotationResourceChangedEventArgs class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public:
AnnotationResourceChangedEventArgs(
Annotation^ annotation,
AnnotationAction action,
AnnotationResource^ resource
)
Parameters
- annotation
-
Type:
System.Windows.Annotations::Annotation^
The annotation that raised the event.
- action
-
Type:
System.Windows.Annotations::AnnotationAction
The action of the event.
- resource
- Type: System.Windows.Annotations::AnnotationResource^
| Exception | Condition |
|---|---|
| ArgumentNullException | annotation or action is null. |
| InvalidEnumArgumentException | action is not a valid AnnotationAction value. |
.NET Framework
Available since 3.0
Available since 3.0
Show: