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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.