This topic has not yet been rated - Rate this topic

EntityEditor.OnEntityDeserialized method

Accepts a deserialized PickerEntity object.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
protected virtual void OnEntityDeserialized(
	PickerEntity pe
)

Parameters

pe
Type: Microsoft.SharePoint.WebControls.PickerEntity
A picker entity object that has been deserialized from XML.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.