ComponentOne ASP.NET MVC Controls
OnClientHiding Method

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

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PopupBuilder Class
PopupBuilder Members