Class AnnotationsChanging

This represents the result of an OnAnnotationsWillChange

Inheritance
System.Object
AnnotationsChanging
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public sealed class AnnotationsChanging

Properties

Annotations

The annotations that will change.

Declaration
public IList<IAnnotation> Annotations { get; }
Property Value
Type Description
System.Collections.Generic.IList<IAnnotation>

Reason

The reason the annotations will change.

Declaration
public AnnotationsWillChangeReason Reason { get; }
Property Value
Type Description
AnnotationsWillChangeReason