In This Article

InputSourceEventArgs Class

An EventArgs with additional information about input events.

public class InputSourceEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

InputSourceEventArgs(IInputTouchFrame)

Initializes a new instance of the InputSourceEventArgs class.

public InputSourceEventArgs(IInputTouchFrame touchFrame)
Parameter Type Description
touchFrame IInputTouchFrame

The touch frame.

Properties

TouchFrame

Gets the touch frame.

public IInputTouchFrame TouchFrame { get; }

Property Value

IInputTouchFrame:

The touch frame.

Inherited Members