Arguments for scrolling events.

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

Syntax

Visual Basic (Declaration)
Public Class ScrollingEventArgs _
	Inherits WindowEventArgs
C#
public class ScrollingEventArgs : WindowEventArgs
Visual C++
public ref class ScrollingEventArgs : public WindowEventArgs
JavaScript
Greatis.Nostalgia.ScrollingEventArgs = function();

Type.createClass(
	'Greatis.Nostalgia.ScrollingEventArgs',
	Greatis.Nostalgia.WindowEventArgs);

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Greatis.Nostalgia..::.TimeEventArgs
      Greatis.Nostalgia..::.WindowEventArgs
        Greatis.Nostalgia..::.ScrollingEventArgs

See Also