SPWDataChangeEventArgs Class

Provides information about changes in the add-in tool's underlying data.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Office.SharePointWorkspace.AddIn.Data.SPWDataChangeEventArgs

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Class SPWDataChangeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SPWDataChangeEventArgs
public class SPWDataChangeEventArgs : EventArgs

Remarks

The DataSet contents are not automatically updated when the underlying data changes because the DataSet does not have a live connection to the underlying data. The SPWDataChangeEventArgs contains a description of the changes to the underlying data. It is primarily used in the MergeChangedData method to resynchronize the DataSet. If the underlying data has changed after this event, the DataSet will not be updated with those later changes until after you call this method with the new event data.

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.

See Also

Reference

SPWDataChangeEventArgs Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace