EventSource.OnEventCommand(EventCommandEventArgs) Method

Definition

Called when the current event source is updated by the controller.

protected:
 virtual void OnEventCommand(System::Diagnostics::Tracing::EventCommandEventArgs ^ command);
protected virtual void OnEventCommand (System.Diagnostics.Tracing.EventCommandEventArgs command);
abstract member OnEventCommand : System.Diagnostics.Tracing.EventCommandEventArgs -> unit
override this.OnEventCommand : System.Diagnostics.Tracing.EventCommandEventArgs -> unit
Protected Overridable Sub OnEventCommand (command As EventCommandEventArgs)

Parameters

command
EventCommandEventArgs

The arguments for the event.

Applies to