IdleStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for a change in the application's idle state.
public ref class IdleStateChangedEventArgs : EventArgs
public class IdleStateChangedEventArgs : EventArgs
type IdleStateChangedEventArgs = class
inherit EventArgs
Public Class IdleStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
IdleStateChangedEventArgs
Constructors
IdleStateChangedEventArgs(Boolean) |
Constructs a new IdleStateChangedEventArgs object. |
Properties
IsIdle |
Whether the application is currently idle. |