Click or drag to resize

NotifyDataChangedEventQueue Class

A source of data changed events. Returned from GetEventQueue(INotifyDataChanged), this class will collect any DataChanged events and return them via a call to WhenDataChangedAsync().
Inheritance Hierarchy
SystemObject
  Demo3D.NetNotifyDataChangedEventQueue

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public sealed class EventQueue : IDisposable

The NotifyDataChangedEventQueue type exposes the following members.

Methods
 NameDescription
Public methodDispose Releases system resources.
Public methodPeekOneEvent Reads one event without removing it from the queue.
Public methodPeekOneEventAsync Reads one event without removing it from the queue.
Public methodReadEventsAsync Reads all the events accumulated since the last call.
Public methodReadOneEvent Reads one event from the queue.
Public methodReadOneEventAsync Reads one event from the queue.
Top
See Also