In This Article

InputSourceEventArgs Class

An EventArgs with additional information about input events.

public class InputSourceEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

InputSourceEventArgs(IInputTouchFrame)

An EventArgs with additional information about input events.

public InputSourceEventArgs(IInputTouchFrame touchFrame)
Parameter Type Description
touchFrame IInputTouchFrame

The touch frame.

Properties

TouchFrame

The touch frame.

public IInputTouchFrame TouchFrame { get; }

Property Value

IInputTouchFrame

Inherited Members

Extension Methods