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

Или AnchorsCargos ресурс события.

Исключения

annotation или action есть null.

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

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