ActivityTrackingRecord.EventArgs Propiedad

Definición

Siempre null para un ActivityTrackingRecord.

public:
 virtual property EventArgs ^ EventArgs { EventArgs ^ get(); void set(EventArgs ^ value); };
public override EventArgs EventArgs { get; set; }
member this.EventArgs : EventArgs with get, set
Public Overrides Property EventArgs As EventArgs

Valor de propiedad

Referencia nula (Nothing) para .ActivityTrackingRecord

Comentarios

Esta propiedad se establece mediante la infraestructura de seguimiento en tiempo de ejecución.

EventArgs no tiene ningún significado para ActivityTrackingRecord y siempre es una referencia nula (Nothing).

Esta propiedad se establece mediante la infraestructura de seguimiento en tiempo de ejecución.

Se aplica a