|
override void | deleteCptr () |
|
override bool | DerivedClassHasMethod (string methodName, System.Type[] methodTypes) |
|
override IntPtr | GetNonDirectorClassID () |
|
override bool | IsUserDerived () |
|
|
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) |
|
The UpdateCompletedEvent class is the event that is generated when an update is completed Note: Updates happen on a per-WindowKey basis, therefore, EventHandler objects which handle UpdateCompletedEvents need to be subscribed to the EventDispatcher of the WindowKey whose update needs to be monitored. Example: myWindow.GetEventDspatcher().Subscribe(*my_handler, HPS.Object.ClassID<HPS.UpdateCompletedEvent>());
◆ UpdateCompletedEvent() [1/3]
HPS.UpdateCompletedEvent.UpdateCompletedEvent |
( |
| ) |
|
|
inline |
◆ UpdateCompletedEvent() [2/3]
◆ UpdateCompletedEvent() [3/3]
HPS.UpdateCompletedEvent.UpdateCompletedEvent |
( |
HPS.Event |
in_event | ) |
|
|
inline |
This constructor converts an EventObject to an UpdateCompletedEvent object.
- Parameters
-
in_event | The EventObject to be converted. |
◆ Clone()
override HPS.Event HPS.UpdateCompletedEvent.Clone |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.UpdateCompletedEvent.cs