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
    System.EventArgs
    PageMouseEventArgs
    PageClickedEventArgs
    PageMouseMoveEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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