Overview

Sample Code

Programming Guide

API Reference

Support

HPS.FocusLostEvent Class Reference

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

Inheritance diagram for HPS.FocusLostEvent:
HPS.Event

Public Member Functions

override HPS.Event Clone ()
 Allocates and returns a copy of this FocusLostEvent. More...
 
override void Dispose ()
 
 FocusLostEvent ()
 The default constructor creates a FocusLostEvent. More...
 
 FocusLostEvent (HPS.FocusLostEvent in_that)
 
- Public Member Functions inherited from HPS.Event
virtual bool Drop (HPS.Event in_that_event)
 This optional function is used to determine if the current event can be dropped based on the following event in the queue. More...
 
delegate void DtorDelegate (IntPtr cPtr)
 
 Event (IntPtr in_channel)
 A constructor for generating events from built-in or custom event ID's. More...
 
 Event ()
 A constructor for generating events from built-in or custom event ID's. More...
 
 Event (HPS.Event in_that)
 
delegate IntPtr EventDelegate_0 ()
 
delegate bool EventDelegate_1 (IntPtr in_that_event)
 
delegate IntPtr EventDelegate_2 ()
 
virtual IntPtr Freshen ()
 This optional function is used to determine if the current event can be dropped in favor of newer event of the same type if one is available. More...
 
IntPtr GetChannel ()
 Returns the channel ID assigned to an event. More...
 
IntPtr GetClassID ()
 
double GetTimeStamp ()
 Returns the time an event was injected into the event queue. More...
 
bool IsConsumable ()
 Indicates whether an event will be consumed when it is handled or passed on to the next handler anyway. More...
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Event
void DtorCallback (IntPtr p)
 
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Public Types inherited from HPS.Event
enum  Status { Status.InProgress = 0, Status.Completed = 1, Status.Failed = 2 }
 Event Status - returned from a notifier to give the status of the event. More...
 
- Protected Attributes inherited from HPS.Event
bool cMemOwn
 
HandleRef cptr
 
HandleRef scptr
 

Detailed Description

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

Constructor & Destructor Documentation

HPS.FocusLostEvent.FocusLostEvent ( )
inline

The default constructor creates a FocusLostEvent.

Member Function Documentation

override HPS.Event HPS.FocusLostEvent.Clone ( )
inlinevirtual

Allocates and returns a copy of this FocusLostEvent.

Returns
A copy of this FocusLostEvent.

Implements HPS.Event.


The documentation for this class was generated from the following file: