TemplatePicker.InvokeCallbackEvent method

This method is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected Overridable Function InvokeCallbackEvent ( _
    lcid As String, _
    compatibilityLevel As String _
) As String
'Usage
Dim lcid As String
Dim compatibilityLevel As String
Dim returnValue As String

returnValue = Me.InvokeCallbackEvent(lcid, _
    compatibilityLevel)
protected virtual string InvokeCallbackEvent(
    string lcid,
    string compatibilityLevel
)

Parameters

Return value

Type: System.String

See also

Reference

TemplatePicker class

TemplatePicker members

Microsoft.SharePoint.WebControls namespace