Annotation::AuthorChanged Event

 

Occurs when an author is added, removed, or modified in the list of annotation Authors.

Namespace:   System.Windows.Annotations
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event AnnotationAuthorChangedEventHandler^ AuthorChanged {
	void add(AnnotationAuthorChangedEventHandler^ value);
	void remove(AnnotationAuthorChangedEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: