.NET Framework Class Library

WPFMouseActivityEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > WPFMouseActivityEventArgs Class >

.NET Framework Class Library

WPFMouseActivityEventArgs Constructor

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public Sub New ( _
 pageNumber As Integer, _
 page As Point, _
 viewer As Point, _
 imageStream As Stream, _
 activityType As MouseActivityType, _
 originalArgs As MouseEventArgs _
)

C#

public WPFMouseActivityEventArgs(
 int pageNumber,
 Point page,
 Point viewer,
 Stream imageStream,
 MouseActivityType activityType,
 MouseEventArgs originalArgs
)

Visual C++

public:
WPFMouseActivityEventArgs(
 int pageNumber,
 Point page,
 Point viewer,
 StreamimageStream,
 MouseActivityType activityType,
 MouseEventArgsoriginalArgs
)

Parameters

pageNumber

Type: System.Int32

page

Type: Gnostice.Core.Graphics.Point

viewer

Type: Gnostice.Core.Graphics.Point

imageStream

Type: System.IO.Stream

activityType

Type: Gnostice.Core.Viewer.MouseActivityType

originalArgs

Type: System.Windows.Input.MouseEventArgs

See Also

WPFMouseActivityEventArgs Class

WPFMouseActivityEventArgs Members

Gnostice.Controls.WPF Namespace