EventSource.OnEventCommand(EventCommandEventArgs) Método

Definición

Se llama cuando el origen de eventos actual es actualizado por el controlador.

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)

Parámetros

command
EventCommandEventArgs

Argumentos del evento.

Se aplica a