HPS.FocusLostEvent Class Reference
Inheritance diagram for HPS.FocusLostEvent:

Public Member Functions | |
override HPS.Event | Clone () |
override void | Dispose () |
FocusLostEvent () | |
FocusLostEvent (HPS.FocusLostEvent in_that) | |
![]() | |
virtual bool | Drop (HPS.Event in_that_event) |
delegate void | DtorDelegate (IntPtr cPtr) |
Event (IntPtr in_channel) | |
Event () | |
Event (HPS.Event in_that) | |
virtual IntPtr | Freshen () |
IntPtr | GetChannel () |
IntPtr | GetClassID () |
double | GetTimeStamp () |
bool | IsConsumable () |
Additional Inherited Members | |
![]() | |
enum | Status : uint { Status.InProgress = 0x00000000, Status.Completed = 0x00000001, Status.Failed = 0x00000002 } |
![]() | |
static void | DtorCallback (IntPtr p) |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
![]() | |
static Dictionary< IntPtr, Event > | cachedObjects = new Dictionary<IntPtr, Event>() |
static ReaderWriterLockSlim | mapLock = new ReaderWriterLockSlim(LockRecursionPolicy.SupportsRecursion) |
Detailed Description
The FocusLostEvent class is the event that is generated when an application loses focus
Constructor & Destructor Documentation
◆ FocusLostEvent()
|
inline |
The default constructor creates a FocusLostEvent.
Member Function Documentation
◆ 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:
- internals/hps_core/source/cs/HPS.FocusLostEvent.cs