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.ObjectA key identifying the record being removed.