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 As String _
) As PopupBuilder
public PopupBuilder OnClientHidden(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also