Click or drag to resize

SystemEventType Enumeration

Specifies the type of action which raised a system event

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public enum SystemEventType
Members
  Member nameValueDescription
DesktopIconClicked0 Generated when the desktop icon is clicked while it's already running.
IdleStateChanged1 Generated when a user enters or returns from idle state. This method is continuously generated every minute while the user is in idle. A user enters idle state when the computer is locked or when there has been no keyboard/mouse activity for 1 minute. A user returns from idle state when the computer is unlocked or keyboard/mouse activity has resumed.
MonitorInfoChanged2 Generated on changes of a monitor's size/location. A monitor's size changes when the taskbar is resized or relocated. The available space of a monitor defines a rectangle that is not occupied by the taskbar.
SessionChanged3 Generated on changes to a user’s local computer session.
See Also