UWP

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

    Show / Hide Table of Contents

    Class AnnotationModeChangedEventArgs

    Provides data for the AnnotationModeChangedEventArgs event.

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

    Properties

    NewMode

    Gets current AnnotationMode.

    Declaration
    public AnnotationMode NewMode { get; }
    Property Value
    Type Description
    AnnotationMode

    OldMode

    Gets previous AnnotationMode.

    Declaration
    public AnnotationMode OldMode { get; }
    Property Value
    Type Description
    AnnotationMode

    Extension Methods

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