SPWDataChangeEventArgs.SourceRow Property

Contains 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 SourceRow As DataRow
    Get
'Usage
Dim instance As SPWDataChangeEventArgs
Dim value As DataRow

value = instance.SourceRow
public DataRow SourceRow { get; }

Property Value

Type: System.Data.DataRow
The changed DataRow.

Remarks

If the change type is DeleteRecord, this DataRow is a deleted row.

Note

This DataRow does not support the DataRow extensions defined by the SPWDAExtensions interface.

See Also

Reference

SPWDataChangeEventArgs Class

SPWDataChangeEventArgs Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace