ClientPeoplePicker.OnUserResolvedClientScript property

String specifying a JS script to run after resolved user is added or removed in client

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

Syntax

'Declaration
Public Property OnUserResolvedClientScript As String
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As String

value = instance.OnUserResolvedClientScript

instance.OnUserResolvedClientScript = value
public string OnUserResolvedClientScript { get; set; }

Property value

Type: System.String

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace