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