GridSerializer.SerializedChange<T> class

Indicates that the user has made a change.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.JSGrid.GridSerializer.SerializedChange<T>

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataContractAttribute> _
Protected Class SerializedChange(Of T)
'Usage
Dim instance As GridSerializer.SerializedChange(Of T)
[DataContractAttribute]
protected class SerializedChange<T>

Type parameters

  • T

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

GridSerializer.SerializedChange<T> members

Microsoft.SharePoint.JSGrid namespace