EntityEditor.OnEntityDeserialized Method

Accepts a deserialized PickerEntity object.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overridable Sub OnEntityDeserialized ( _
    pe As PickerEntity _
)
'Usage
Dim pe As PickerEntity

Me.OnEntityDeserialized(pe)
protected virtual void OnEntityDeserialized(
    PickerEntity pe
)

Parameters

Remarks

A subclass can choose to override the method and to perform an action.

The OnEntityDeserialized(PickerEntity) method does not do anything. It is intended for child controls to override.

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace