Click or drag to resize

TouchStartedEventArgs Class

Event arguments for the ITouch events associated with a surface touch.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Touch.EventsTouchEventArgs
    DotNetBrowser.Input.Touch.EventsTouchStartedEventArgs

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class TouchStartedEventArgs : TouchEventArgs

The TouchStartedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyKeyModifiers
Gets the keyboard modifiers.
(Inherited from TouchEventArgs.)
Public propertyTouchPoints
Gets the list of all detected touch points.
(Inherited from TouchEventArgs.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from TouchEventArgs.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from TouchEventArgs.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also