InputSourceEventArgs Class
An EventArgs with additional information about input events.
public class InputSourceEventArgs : EventArgs
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.