Occurs when a command is being sent or a command reply has been received. This event may be used to trace commands and replies.
The event handler receives an argument of type CommandTracedEventArgs containing data related to this event. The following CommandTracedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CommandTraceEntryType | Gets the command trace entry type. |
| TraceText | Gets the trace text. |