Click or drag to resize
CommandQueueManager Events

The CommandQueueManager type exposes the following members.

Events
  NameDescription
Public eventCommandQueueActionPerformed
Event which is raised when a command queue action has been performed. Use this event to update observer objects which track changes in the command queue manager. Raised in the same critical action block as the action itself, so the thread which started the action is also raising this event.
Top
See Also