Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	windowHandle As IntPtr, _
	ScrollingType As ScrollingType, _
	eventTime As UInteger _
)
C#
public ScrollingEventArgs(
	IntPtr windowHandle,
	ScrollingType ScrollingType,
	uint eventTime
)
Visual C++
public:
ScrollingEventArgs(
	IntPtr windowHandle, 
	ScrollingType ScrollingType, 
	unsigned int eventTime
)
JavaScript
Greatis.Nostalgia.ScrollingEventArgs = function(windowHandle, ScrollingType, eventTime);

Parameters

windowHandle
Type: System..::.IntPtr
Handle of the event's window.
ScrollingType
Type: Greatis.Nostalgia..::.ScrollingType
Type of Scrolling.
eventTime
Type: System..::.UInt32
Time of the event

See Also