ActivityTrackingRecord.EventArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Always null
for an 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
Property Value
A null reference (Nothing
) for an ActivityTrackingRecord.
Remarks
This property is set by the runtime tracking infrastructure.
EventArgs has no meaning for an ActivityTrackingRecord and is always a null reference (Nothing
).
This property is set by the runtime tracking infrastructure.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.