alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class PageMouseEventArgs

    Provides data for the PageClicked and PageMouseMove events

    Inheritance
    System.Object
    PageMouseEventArgs
    PageClickedEventArgs
    PageMouseMoveEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class PageMouseEventArgs : EventArgs

    Properties

    PageIndex

    Gets the index of the page in which mouse action is performed

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

    Position

    Gets the position of the mouse pointer relative to the page

    Declaration
    public PointF Position { get; }
    Property Value
    Type
    System.Drawing.PointF
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved