menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThumbnailClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThumbnailClickEventArgs

    This event arguments provides the necessary information about thumbnail click event.

    Inheritance
    System.Object
    BaseEventArgs<ThumbnailClickEventArgs>
    ThumbnailClickEventArgs
    Inherited Members
    BaseEventArgs<ThumbnailClickEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class ThumbnailClickEventArgs : BaseEventArgs<ThumbnailClickEventArgs>

    Constructors

    ThumbnailClickEventArgs()

    Declaration
    public ThumbnailClickEventArgs()

    Properties

    PageNumber

    Gets the Page number of the thumbnail in which click action is performed.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32

    Accepts an integer value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved