menu

Blazor

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

    Show / Hide Table of Contents

    Class TextSelectionStartEventArgs

    This event arguments provide the necessary information about text selection start event.

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

    Constructors

    TextSelectionStartEventArgs()

    Declaration
    public TextSelectionStartEventArgs()

    Properties

    PageNumber

    Defines the page number in which the text selection is started.

    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