Click or drag to resize
ButtonClickMode Enumeration
Specifies when the Click event should be raised for a button.

Namespace: Microsoft.IoT.DeviceCore.Input
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ButtonClickMode
Members
  Member nameValueDescription
Release0 Specifies that the Click event should be raised when the input device is pressed and released.
Press1 Specifies that the Click event should be raised when the input device is pressed.
See Also