ICallbackEventHandler.GetCallbackResult implementation.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
string ICallbackEventHandler.GetCallbackResult()
Visual Basic (Declaration)
Private Function GetCallbackResult As String
	Implements ICallbackEventHandler.GetCallbackResult

Return Value

Call back result.

Implements

ICallbackEventHandler..::..GetCallbackResult()()()()

See Also