locked
Save and Load Event RRS feed

  • Question

  • I would like to know whether can we add additional functionality to the work item Save and Load event. If so can you provide me appropriate documentation and if possible a sample example.

    Thanks
    Praveen
    Wednesday, March 25, 2009 4:53 PM

Answers

  • You can add a custom work item control. A work item control for TSWA is a ASP.NET web control. You can add whatever logic when the control is loaded. For more information about custom work item control, please refer to the documents and samples in the SDK folder in the TSWA installation path.

     

    When a work item is changed and saved, TFS will rise a WorkItemChangedEvent. You can handle this event in a web service. Please refer to Integrating a Web Service Notification Customer for more information. 


    Please mark the replies as answers if they help and unmark them if they provide no help.
    • Proposed as answer by Bill.Wang Wednesday, April 1, 2009 1:40 AM
    • Marked as answer by Bill.Wang Wednesday, May 6, 2009 5:08 AM
    Monday, March 30, 2009 8:44 AM