SPWDataChangeEventArgs.ChangeType Property

Specifies whether the change was creating a record or attachment, updating a record or attachment, or deleting a record or attachment.

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

Syntax

'Declaration
Public ReadOnly Property ChangeType As SPWRecordChangeType
    Get
'Usage
Dim instance As SPWDataChangeEventArgs
Dim value As SPWRecordChangeType

value = instance.ChangeType
public SPWRecordChangeType ChangeType { get; }

Property Value

Type: Microsoft.Office.SharePointWorkspace.AddIn.Data.SPWRecordChangeType
Kind of data change.

See Also

Reference

SPWDataChangeEventArgs Class

SPWDataChangeEventArgs Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace