Click or drag to resize

CommandQueueActionPerformedEventArgs Properties

The CommandQueueActionPerformedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyActionPerformed
Gets or sets the action performed.
Public propertyActiveCommandStackId
Gets or sets the active command stack id. The command is executed on a queue in the stack with this id. Observers should examine this id and decide whether they act upon this event or ignore it (e.g. the command was on a different stack)
Top
See Also