KeyDeserializer Delegate

A delegate representing a method to deserialize a key.

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

Syntax

'Declaration
Public Delegate Function KeyDeserializer ( _
    key As String _
) As Object
'Usage
Dim instance As New KeyDeserializer(AddressOf HandlerMethod)
public delegate Object KeyDeserializer(
    string key
)

Parameters

Return Value

Type: System.Object
A System.Object.

See Also

Reference

Microsoft.SharePoint.JSGrid Namespace