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

See also

Reference

PropUpdate class

PropUpdate members

Microsoft.SharePoint.JSGrid namespace