Class PageMouseEventArgs
Provides data for the PageClicked and PageMouseMove events
Inheritance
System.Object
System.EventArgs
PageMouseEventArgs
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 |