Share via


SPWDataChangeEventArgs.ChangeSource Property

Specifies whether the underlying data was changed locally or by another workspace member.

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

Syntax

'Declaration
Public ReadOnly Property ChangeSource As SPWRecordChangeSource
    Get
'Usage
Dim instance As SPWDataChangeEventArgs
Dim value As SPWRecordChangeSource

value = instance.ChangeSource
public SPWRecordChangeSource ChangeSource { get; }

Property Value

Type: Microsoft.Office.SharePointWorkspace.AddIn.Data.SPWRecordChangeSource
Source of data change.

See Also

Reference

SPWDataChangeEventArgs Class

SPWDataChangeEventArgs Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace