InputSourceEventArgs Class
An EventArgs with additional information about input events.
public class InputSourceEventArgs : EventArgs
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.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()