AppActivateEventArgs Class

Definition

The event args given to listeners of the AppActivate event.

public ref class AppActivateEventArgs : EventArgs
public class AppActivateEventArgs : EventArgs
type AppActivateEventArgs = class
    inherit EventArgs
Public Class AppActivateEventArgs
Inherits EventArgs
Inheritance
AppActivateEventArgs

Constructors

AppActivateEventArgs(Boolean, UInt32)

Constructs a AppActivateEventArgs object with the given info.

Properties

HostAppActivating

Indicates whether the component host application is recieving activation (true) or losing it (false).

ThreadId

If HostAppActivating is true this represents the thread ID if the thread that owns the window being deactivated. If it is false it is the thread ID of the thread that owns the window that is being activated.

Applies to