AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da AnnotationAuthorChangedEventArgs classe.
public:
AnnotationAuthorChangedEventArgs(System::Windows::Annotations::Annotation ^ annotation, System::Windows::Annotations::AnnotationAction action, System::Object ^ author);
public AnnotationAuthorChangedEventArgs(System.Windows.Annotations.Annotation annotation, System.Windows.Annotations.AnnotationAction action, object author);
new System.Windows.Annotations.AnnotationAuthorChangedEventArgs : System.Windows.Annotations.Annotation * System.Windows.Annotations.AnnotationAction * obj -> System.Windows.Annotations.AnnotationAuthorChangedEventArgs
Public Sub New (annotation As Annotation, action As AnnotationAction, author As Object)
Parâmetros
- annotation
- Annotation
A anotação que eleva o evento.
- action
- AnnotationAction
- author
- Object
O objeto do autor é alterado pelo evento.
Exceções
annotation ou action é uma referência nula (Nada em Visual Basic).
action é um inválido AnnotationAction.
Observações
AnnotationAuthorChangedEventArgs é passado como um parâmetro para sempre AnnotationAuthorChangedEventHandler que um AuthorChanged evento ocorre numa anotação.