AnnotationResourceChangedEventArgs Constructor

Definitie

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)

Parameters

annotation
Annotation

De aantekening die de gebeurtenis heeft gegenereerd.

action
AnnotationAction

De actie van de gebeurtenis.

resource
AnnotationResource

De Anchors of Cargos resource van de gebeurtenis.

Uitzonderingen

annotation of action is null.

action is geen geldige AnnotationAction waarde.

Van toepassing op