PropUpdate Constructor
Constructor initializes a PropUpdate(Object, String, Prop) with keys identifying the record and field, a Prop object representing the updated cell.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
recordKey As Object, _
fieldKey As String, _
newProp As Prop _
)
'Usage
Dim recordKey As Object
Dim fieldKey As String
Dim newProp As Prop
Dim instance As New PropUpdate(recordKey, _
fieldKey, newProp)
public PropUpdate(
Object recordKey,
string fieldKey,
Prop newProp
)
Parameters
recordKey
Type: System.ObjectThe record key of the cell.
fieldKey
Type: System.StringThe field key of the cell.
newProp
Type: Microsoft.SharePoint.JSGrid.PropThe new value of the cell.