AnnotationResourceChangedEventArgs Конструктор

Определение

Инициализирует новый экземпляр класса AnnotationResourceChangedEventArgs(Annotation, AnnotationAction, AnnotationResource).

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)

Параметры

annotation
Annotation

Заметка, сгенерировавшая событие.

action
AnnotationAction

Действие, вызвавшее событие.

resource
AnnotationResource

Ресурс Anchors или Cargos события.

Исключения

Параметр annotation или action имеет значение null.

action не является допустимым значением AnnotationAction.

Применяется к