FocusLostEvent

class HPS.FocusLostEvent : public HPS.Event

The FocusLostEvent class is the event that is generated when an application loses focus

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this FocusLostEvent.

Return

A copy of this FocusLostEvent.

override void Dispose ()
FocusLostEvent ()

The default constructor creates a FocusLostEvent.

FocusLostEvent (HPS.FocusLostEvent in_that)