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