IdleStateChangedEventArgs Class

Definition

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.

Applies to