UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationRemovedEventArgs

    Show / Hide Table of Contents

    Class AnnotationRemovedEventArgs

    Provides data for the AnnotationRemovedEventArgs event.

    Inheritance
    System.Object
    AnnotationRemovedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class AnnotationRemovedEventArgs : EventArgs

    Properties

    Annotation

    Gets the details of annotation.

    Declaration
    public IAnnotation Annotation { get; }
    Property Value
    Type Description
    IAnnotation

    AnnotationProperties

    Gets the properties of annotation.

    Declaration
    public AnnotationProperties AnnotationProperties { get; }
    Property Value
    Type Description
    AnnotationProperties

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved