A base class for event args containing data for gestures.

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

Syntax

C#
public class GestureEventArgs : EventArgs
Visual Basic
Public Class GestureEventArgs _
	Inherits EventArgs
Visual C++
public ref class GestureEventArgs : public EventArgs

Inheritance Hierarchy

See Also