AnnotationResourceChangedEventArgs Konstruktor

Definition

public:
 AnnotationResourceChangedEventArgs(System::Windows::Annotations::Annotation ^ annotation, System::Windows::Annotations::AnnotationAction action, System::Windows::Annotations::AnnotationResource ^ resource);
public AnnotationResourceChangedEventArgs(System.Windows.Annotations.Annotation annotation, System.Windows.Annotations.AnnotationAction action, System.Windows.Annotations.AnnotationResource resource);
new System.Windows.Annotations.AnnotationResourceChangedEventArgs : System.Windows.Annotations.Annotation * System.Windows.Annotations.AnnotationAction * System.Windows.Annotations.AnnotationResource -> System.Windows.Annotations.AnnotationResourceChangedEventArgs
Public Sub New (annotation As Annotation, action As AnnotationAction, resource As AnnotationResource)

Parametrar

annotation
Annotation

Kommentaren som väckte händelsen.

action
AnnotationAction

Händelsens åtgärd.

resource
AnnotationResource

Anchors Eller Cargos resursen för händelsen.

Undantag

annotation eller action är null.

action är inte ett giltigt AnnotationAction värde.

Gäller för