Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class WorkItemEventArgs _
Inherits EventArgs
'Usage
Dim instance As WorkItemEventArgs
public class WorkItemEventArgs : EventArgs
public ref class WorkItemEventArgs : public EventArgs
public class WorkItemEventArgs extends EventArgs
Remarks
This event handler listens to field change events. These events are raised when changes are made to the WorkItem. The event arguments are of type WorkItemEventArgs. This has two gettable properties. The Field property specifies the field changed, if any. The Object property holds the LinkCollection or AttachmentCollection if a link or file attachment change occurred. If the whole work item is revised, the argument will be null.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.