EntityEditor.OnEntityDeserialized method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub OnEntityDeserialized ( _
pe As PickerEntity _
)
'Usage
Dim pe As PickerEntity
Me.OnEntityDeserialized(pe)
protected virtual void OnEntityDeserialized(
PickerEntity pe
)