A base class for gesture event args that suggest some kind of movement.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class MovingGestureEventArgs : GestureEventArgs
Visual Basic
Public MustInherit Class MovingGestureEventArgs _
	Inherits GestureEventArgs
Visual C++
public ref class MovingGestureEventArgs abstract : public GestureEventArgs

Inheritance Hierarchy

See Also