UserTrackingRecord.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 a null reference (Nothing
in Visual Basic) for a UserTrackingRecord.
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 a UserTrackingRecord.
Remarks
There is no event data associated with a user event, therefore, EventArgs has no meaning and is always a null reference (Nothing
).
The user data that is pushed to the runtime tracking infrastructure by whichever one of the TrackData or TrackData methods that caused the user event is sent in UserData. Any data extracts that are associated with the user event by the UserTrackPoint are encapsulated in TrackingDataItem objects and sent in Body.
This property is set by the runtime tracking infrastructure.