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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.