ComponentOne ASP.NET MVC Controls
OnClientShowing Method

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : OnClientShowing Method
The value.
Configurates the C1.Web.Mvc.Popup.OnClientShowing client event. Sets the client function which occurs before the Popup is showing.
Syntax
'Declaration
 
Public Function OnClientShowing( _
   ByVal value As String _
) As PopupBuilder
public PopupBuilder OnClientShowing( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PopupBuilder Class
PopupBuilder Members