ComponentOne ASP.NET MVC Controls
OnClientShown Method

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : OnClientShown Method
The value.
Configurates the C1.Web.Mvc.Popup.OnClientShown client event. Sets the client function which occurs after the Popup has been shown.
Syntax
'Declaration
 
Public Function OnClientShown( _
   ByVal value As String _
) As PopupBuilder
public PopupBuilder OnClientShown( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PopupBuilder Class
PopupBuilder Members