HeapProfilerClientLastSeenObjectId Event |
Version 109.1.110
If heap objects tracking has been started then backend regularly sends a current value for last
seen object id and corresponding timestamp. If the were changes in the heap since last event
then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
Namespace:
CefSharp.DevTools.HeapProfiler
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public event EventHandler<LastSeenObjectIdEventArgs> LastSeenObjectId
public:
event EventHandler<LastSeenObjectIdEventArgs^>^ LastSeenObjectId {
void add (EventHandler<LastSeenObjectIdEventArgs^>^ value);
void remove (EventHandler<LastSeenObjectIdEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerLastSeenObjectIdEventArgsSee Also