ComponentOne ASP.NET MVC Controls
OnClientHidden Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PopupBuilder Class
PopupBuilder Members