Condividi tramite


RemoveRecordUpdate Constructor

Creates a RemoveRecordUpdate object with the key of the record that has been removed.

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

Syntax

'Declaration
Public Sub New ( _
    recordKey As Object _
)
'Usage
Dim recordKey As Object

Dim instance As New RemoveRecordUpdate(recordKey)
public RemoveRecordUpdate(
    Object recordKey
)

Parameters

  • recordKey
    Type: System.Object

    A key identifying the record being removed.

See Also

Reference

RemoveRecordUpdate Class

RemoveRecordUpdate Members

Microsoft.SharePoint.JSGrid Namespace