Class PageMouseMoveEventArgs
Event arguments for the PageMouseMove event
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PageMouseMoveEventArgs : EventArgs
Properties
PageIndex
Gets the index of page on mouse move
Declaration
public int PageIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Position
Gets the position of the mouse pointer relative to page
Declaration
public Point Position { get; }
Property Value
Type | Description |
---|---|
System.Windows.Point |