FocusLostEvent

class HPS.FocusLostEvent : HPS.Event

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

Public Functions

override string ClassName ()
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)