OnTouchGestureStarted Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Handles a TouchGestureStart event.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected Overridable Sub OnTouchGestureStarted ( _
    e As TouchGestureEventArgs _
)
protected virtual void OnTouchGestureStarted(
    TouchGestureEventArgs e
)
protected:
virtual void OnTouchGestureStarted(
    TouchGestureEventArgs^ e
)
abstract OnTouchGestureStarted : 
        e:TouchGestureEventArgs -> unit 
override OnTouchGestureStarted : 
        e:TouchGestureEventArgs -> unit 
protected function OnTouchGestureStarted(
    e : TouchGestureEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace