Share via


SPWDataChangeEventArgs.SourceTable Property

Contains the DataTable with the changed DataRow.

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

Syntax

'Declaration
Public ReadOnly Property SourceTable As DataTable
    Get
'Usage
Dim instance As SPWDataChangeEventArgs
Dim value As DataTable

value = instance.SourceTable
public DataTable SourceTable { get; }

Property Value

Type: System.Data.DataTable
The DataTable with the changed DataRow.

See Also

Reference

SPWDataChangeEventArgs Class

SPWDataChangeEventArgs Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace