| 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
Syntaxpublic enum SystemEventType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | DesktopIconClicked | 0 | Generated when the desktop icon is clicked while it's already running. | 
|  | IdleStateChanged | 1 | 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. | 
|  | MonitorInfoChanged | 2 | 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. | 
|  | SessionChanged | 3 | Generated on changes to a user’s local computer session. | 
 See Also
See Also