SPWDataChangeEventArgs Members

Include Protected Members
Include Inherited Members

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

The SPWDataChangeEventArgs type exposes the following members.

Properties

  Name Description
Public property Attachment Gets the updated attachment.
Public property ChangeSource Specifies whether the underlying data was changed locally or by another workspace member.
Public property ChangeType Specifies whether the change was creating a record or attachment, updating a record or attachment, or deleting a record or attachment.
Public property IsAttachment Specifies if this SPWDataChangeEventArgs instance describes an attachment data change.
Public property SourceRow Contains the changed DataRow.
Public property SourceTable Contains the DataTable with the changed DataRow.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPWDataChangeEventArgs Class

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace