Show / Hide Table of Contents

Interface ITouchControl

A control that can raise touch events.

Namespace: NanoByte.Common.Controls
Assembly: NanoByte.Common.WinForms.dll
Syntax
public interface ITouchControl

Events

TouchDown

Raised when the user begins touching the screen.

Declaration
event EventHandler<TouchEventArgs> TouchDown
Event Type
Type Description
EventHandler<TouchEventArgs>

TouchMove

Raised when the user moves fingers while touching the screen.

Declaration
event EventHandler<TouchEventArgs> TouchMove
Event Type
Type Description
EventHandler<TouchEventArgs>

TouchUp

Raised when the user stops touching the screen.

Declaration
event EventHandler<TouchEventArgs> TouchUp
Event Type
Type Description
EventHandler<TouchEventArgs>

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)
In This Article
Back to top Copyright Bastian Eicher